Skip to content

Commit 3d5fa44

Browse files
authored
Merge pull request #201 from kayjan/fix-cache
Changed: Skip if cache not found
2 parents a0c45ac + 6a24eb6 commit 3d5fa44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
GH_TOKEN: ${{ github.token }}
6868
run: |
6969
gh cache delete ${{ runner.os }}-benchmark --repo kayjan/bigtree
70+
continue-on-error: true
7071
- name: Upload coverage to Codecov
7172
if: ${{ github.event_name == 'push' }}
7273
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)