Cache based on CI config
This commit is contained in:
parent
88e94999a3
commit
92c91c0565
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue