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 616fb00 commit cb05026
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 --json id,key -q ".[]|select(.key | startswith(\"qpep-\"))|.id")
$old_id = @(gh cache list --json id,key -q ".[]|select(.key | startswith(`"qpep-`"))|.id")
write-host "removing cache # $old_id"
gh cache delete $old_id
Expand Down

0 comments on commit cb05026

Please sign in to comment.