Skip to content

Commit

Permalink
chore: recover Coverage Tests (#4411)
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <[email protected]>
  • Loading branch information
zirain authored Oct 8, 2024
1 parent fddbae7 commit 8713185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
files: ./coverage.xml
name: codecov-envoy-gateway
verbose: true
use_oidc: true
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8713185

Please sign in to comment.