Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Skip Runner integration tests on pull requests from forks.
Chris Gavin committed Nov 20, 2020

Unverified

No user is associated with the committer email.
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
@@ -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

0 comments on commit fd36bec

Please sign in to comment.