Skip Runner integration tests on pull requests from forks.

This commit is contained in:
Chris Gavin 2020-11-20 11:47:43 +00:00
parent dc80b016b6
commit fd36bec497
No known key found for this signature in database
GPG key ID: 07F950B80C27E4DA

View file

@ -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