Skip to content

Commit

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

Skip Runner integration tests on pull requests from forks.
  • Loading branch information
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
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6d232b4

Please sign in to comment.