diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index 84875653c..b014cc898 100644 --- a/.github/workflows/integration-testing.yml +++ b/.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