Skip to content

Commit

Permalink
add commiy hash to cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed May 5, 2020
1 parent ac9e54b commit 8a22058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cache-name: cache-egp-downloads
with:
path: data/downloaded/
key: ${{ runner.os }}-build-${{ env.cache-name }}
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}
${{ runner.os }}-build-
Expand Down

0 comments on commit 8a22058

Please sign in to comment.