mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-11 09:24:19 -06:00
Fix codecov on PRs (#60174)
This commit is contained in:
parent
2149a0f31a
commit
a53c37d59a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -97,7 +97,7 @@ jobs:
|
||||
|
||||
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
|
||||
with:
|
||||
use_oidc: true
|
||||
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
|
||||
disable_search: true
|
||||
files: ./coverage/codecov.json
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user