Skip to content

Commit 3685da6

Browse files
authored
Attempt to fix codecov (#816)
1 parent 98398a7 commit 3685da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
132132
if: ${{ always() && matrix.config.coverage && github.event_name != 'merge_group' }}
133133
with:
134-
use_oidc: true
134+
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
135135
name: ${{ matrix.config.name || matrix.config.os }}
136136
directory: ./coverage
137137

0 commit comments

Comments
 (0)