We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176661b commit db71444Copy full SHA for db71444
.github/workflows/ci.yaml
@@ -75,4 +75,4 @@ jobs:
75
uses: codecov/codecov-action@v4
76
with:
77
files: ./coverage.xml
78
- use_oidc: true
+ use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
0 commit comments