Skip to content

Commit

Permalink
Skip Runner integration tests on pull requests from forks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gavin committed Nov 20, 2020
1 parent dc80b01 commit fd36bec
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 @@ -435,6 +435,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 fd36bec

Please sign in to comment.