Skip to content

Commit

Permalink
Skip trace submission for contributors (#15230)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Jul 12, 2023
1 parent 6b0aa6b commit 07917c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
submit-traces:
needs:
- test
if: inputs.repo == 'core' && (success() || failure())
if: inputs.repo == 'core' && (success() || failure()) && github.event.pull_request.head.repo.full_name == github.repository

uses: ./.github/workflows/submit-traces.yml
secrets: inherit
Expand Down

0 comments on commit 07917c8

Please sign in to comment.