Skip to content

Commit 167acdc

Browse files
chore: minor changes
1 parent 7465c86 commit 167acdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,8 @@ jobs:
429429
if: github.event_name != 'pull_request'
430430

431431
- name: Parse and Upload Coverage
432+
if: cancelled() == false
433+
continue-on-error: true
432434
uses: getsentry/codecov-action@main
433435
with:
434436
token: ${{ secrets.GITHUB_TOKEN }}
@@ -528,6 +530,8 @@ jobs:
528530
NODE_VERSION: ${{ matrix.node }}
529531

530532
- name: Parse and Upload Coverage
533+
if: cancelled() == false
534+
continue-on-error: true
531535
uses: getsentry/codecov-action@main
532536
with:
533537
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)