Skip to content

Commit

Permalink
🚑 workaround for codecov regression when using OIDC (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer authored Oct 18, 2024
1 parent 5949a52 commit f978efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-cpp-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
with:
fail_ci_if_error: true
flags: cpp
use_oidc: true
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
2 changes: 1 addition & 1 deletion .github/workflows/reusable-python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
with:
fail_ci_if_error: true
flags: python
use_oidc: true
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}

0 comments on commit f978efd

Please sign in to comment.