Skip to content

Commit 86cc80c

Browse files
authored
Merge pull request #66 from per1234/codecov-upload-fail-conditional
Don't require Codecov upload success for test run in fork
2 parents dab52f1 + 1bd071d commit 86cc80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
with:
7171
file: ${{ matrix.module.path }}coverage_unit.txt
7272
flags: ${{ matrix.module.codecov-flags }}
73-
fail_ci_if_error: true
73+
fail_ci_if_error: ${{ github.repository == 'arduino/library-registry-submission-parser' }}

0 commit comments

Comments
 (0)