We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521b780 commit c25c09bCopy full SHA for c25c09b
1 file changed
.github/workflows/bench.yml
@@ -77,7 +77,7 @@ jobs:
77
if: github.event_name != 'pull_request'
78
continue-on-error: true
79
run: |
80
- gh cache delete ${{ runner.os }}-bench-${{ steps.head-benchfile.outputs.name }} --succeed-on-no-caches
+ gh cache delete ${{ runner.os }}-bench-main.txt
81
env:
82
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83
0 commit comments