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 2542e74 commit 41aeec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
if: ${{ steps.cache-build.outputs.cache-hit != 'true' }}
shell: powershell
run: |
$old_id = @(gh cache list --repo project-faster/qpep --json id,key -q ".[]|select(.key | startswith(`"qpep-`"))|.id")
$old_id = @(gh cache list --repo project-faster/qpep --json id,key -q ".[]|select(.key | startswith('qpep-'))|.id")
write-host "removing cache # $old_id"
gh cache delete --repo project-faster/qpep $old_id
Expand Down

0 comments on commit 41aeec7

Please sign in to comment.