Skip to content

Commit

Permalink
Workaround for codecov-action bug with oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
abhikdps committed Jan 17, 2025
1 parent 78cce43 commit 6b48111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
with:
name: ${{ matrix.name }}
fail_ci_if_error: true
use_oidc: true # cspell:ignore oidc
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }} # cspell:ignore oidc

- name: Check codecov.io status
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 6b48111

Please sign in to comment.