Skip to content

Commit a9136a3

Browse files
committed
Merge branch 'printer-nodefactory' of github.com:rbuckton/typescript-go into printer-nodefactory
2 parents 9396417 + 7ba1cb0 commit a9136a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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)