We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9396417 + 7ba1cb0 commit a9136a3Copy full SHA for a9136a3
.github/workflows/ci.yml
@@ -131,7 +131,7 @@ jobs:
131
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
132
if: ${{ always() && matrix.config.coverage && github.event_name != 'merge_group' }}
133
with:
134
- use_oidc: true
+ use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
135
name: ${{ matrix.config.name || matrix.config.os }}
136
directory: ./coverage
137
0 commit comments