Skip to content

Commit

Permalink
[CI only] Skip codecov for forks until they resolve tokenless uploads…
Browse files Browse the repository at this point in the history
…/reports
  • Loading branch information
levb committed Jun 21, 2024
1 parent 1553d4a commit 2a12894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
fi
- name: Upload coverage reports to Codecov
if: inputs.coverage == 'ON'
if: inputs.coverage == 'ON' && github.event.pull_request.head.repo.full_name == github.repository
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
Expand Down

0 comments on commit 2a12894

Please sign in to comment.