Cache based on CI config
build (1) Details
build (2) Details
build (3) Details
build (4) Details
build (5) Details

This commit is contained in:
Jake Howard 2023-04-10 13:44:09 +01:00
parent 88e94999a3
commit 92c91c0565
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
uses: "https://github.com/actions/cache@v3"
with:
path: .
key: stuff
key: stuff-${{ hashFiles('.gitea/workflows/ci.yaml') }}
- run: sleep 5
- name: Hello world
run: docker run hello-world