Cache based on CI config
Some checks failed
build (1)
build (2)
build (3)
build (4)
build (5)

This commit is contained in:
Jake Howard 2023-04-10 13:44:09 +01:00
parent 88e94999a3
commit 92c91c0565

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