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" uses: "https://github.com/actions/cache@v3"
with: with:
path: . path: .
key: stuff key: stuff-${{ hashFiles('.gitea/workflows/ci.yaml') }}
- run: sleep 5 - run: sleep 5
- name: Hello world - name: Hello world
run: docker run hello-world run: docker run hello-world