mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
The fix is based on the following comment: https://github.com/codecov/codecov-action/issues/1594#issuecomment-2394913029
This commit is contained in:
commit
37a2ceccd1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -75,4 +75,4 @@ jobs:
|
|||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
files: ./coverage.xml
|
||||
use_oidc: true
|
||||
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue