Skip to content

Commit

Permalink
fix: use restore keys
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Sep 4, 2024
1 parent 8bd2734 commit 92f737b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/check-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
uses: actions/cache/restore@v4
with:
path: cache
key: cache
restore-keys: |
${{ runner.os }}-verification-${{ hashFiles('safe.csv') }}-
${{ runner.os }}-verification-
${{ runner.os }}-
- name: Create backup
if: steps.cache.outputs.cache-hit == 'true'
Expand Down Expand Up @@ -80,4 +83,4 @@ jobs:
uses: actions/cache/save@v4
with:
path: cache
key: cache
key: ${{ runner.os }}-verification-${{ hashFiles('safe.csv') }}-

0 comments on commit 92f737b

Please sign in to comment.