Skip to content

Commit c25c09b

Browse files
committed
fix(workflows): Bench cache deletion correction
1 parent 521b780 commit c25c09b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if: github.event_name != 'pull_request'
7878
continue-on-error: true
7979
run: |
80-
gh cache delete ${{ runner.os }}-bench-${{ steps.head-benchfile.outputs.name }} --succeed-on-no-caches
80+
gh cache delete ${{ runner.os }}-bench-main.txt
8181
env:
8282
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8383

0 commit comments

Comments
 (0)