Skip to content

Commit

Permalink
allow build cache to auto invalidate with new commits
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Apr 6, 2024
1 parent ad8a2c0 commit 361837b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:

- name: Clear cache
if: ${{ inputs.ignore_caches }}
continue-on-error: true
run: |
gh version
gh cache delete ${{ env.CACHE_KEY }}
Expand Down

0 comments on commit 361837b

Please sign in to comment.