Skip to content

Commit dcb97b3

Browse files
authored
Fixed: Clear cache for benchmark upon merge to main
1 parent 21a22cf commit dcb97b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
summary-always: true
6363
- name: Clear previous benchmark report
6464
if: ${{ github.event_name == 'push' }}
65+
env:
66+
GH_TOKEN: ${{ github.token }}
6567
run: |
6668
gh cache delete ${{ runner.os }}-benchmark
6769
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)