Skip to content

Commit 6d232b4

Browse files
authored
Merge pull request #314 from github/skip-integration-tests-prs-from-forks
Skip Runner integration tests on pull requests from forks.
2 parents 0a05e95 + b59d204 commit 6d232b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration-testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,8 @@ jobs:
466466
runner-upload-sarif:
467467
runs-on: ubuntu-latest
468468

469+
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.base.repo.id == github.event.pull_request.head.repo.id }}
470+
469471
steps:
470472
- uses: actions/checkout@v2
471473

0 commit comments

Comments
 (0)