diff --git a/.github/workflows/test-go-task.yml b/.github/workflows/test-go-task.yml index 1e82dfe..7c822f5 100644 --- a/.github/workflows/test-go-task.yml +++ b/.github/workflows/test-go-task.yml @@ -70,4 +70,4 @@ jobs: with: file: ${{ matrix.module.path }}coverage_unit.txt flags: ${{ matrix.module.codecov-flags }} - fail_ci_if_error: true + fail_ci_if_error: ${{ github.repository == 'arduino/library-registry-submission-parser' }}