Skip to content

Commit

Permalink
GHA: always save new cache
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Mar 17, 2024
1 parent c1ae764 commit a6dce35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/cache/save@v4
with:
path: .cache
key: ${{ steps.cache-docs-restore.outputs.cache-primary-key }}
key: ${{ steps.cache-docs-restore.outputs.cache-primary-key }}-${{ github.run_id }}

webhook:
name: 'webhook'
Expand Down

0 comments on commit a6dce35

Please sign in to comment.