diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c38e02151ac..59e7644d511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,8 @@ jobs: # any except canceled or skipped if: >- always() && - (steps.test.outcome == 'success' || steps.test.outcome == 'failure') + (steps.test.outcome == 'success' || steps.test.outcome == 'failure') && + startsWith(github.repository, 'LizardByte/') uses: codecov/codecov-action@v4 with: fail_ci_if_error: true