Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #314 from github/skip-integration-tests-prs-from-f…
…orks

Skip Runner integration tests on pull requests from forks.
Chris Gavin authored and GitHub committed Nov 20, 2020
2 parents 0a05e95 + b59d204 commit 6d232b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-testing.yml
@@ -466,6 +466,8 @@ jobs:
runner-upload-sarif:
runs-on: ubuntu-latest

if: ${{ github.event_name != 'pull_request' || github.event.pull_request.base.repo.id == github.event.pull_request.head.repo.id }}

steps:
- uses: actions/checkout@v2

0 comments on commit 6d232b4

Please sign in to comment.