We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a9485 commit 8c6b6f0Copy full SHA for 8c6b6f0
.github/workflows/codecov.yml
@@ -65,7 +65,7 @@ jobs:
65
env:
66
GH_TOKEN: ${{ github.token }}
67
run: |
68
- gh cache delete ${{ runner.os }}-benchmark --repo
+ gh cache delete --all --repo ${{ runner.os }}-benchmark
69
- name: Upload coverage to Codecov
70
if: ${{ github.event_name == 'push' }}
71
uses: codecov/codecov-action@v3
0 commit comments