diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index 8a2a8bc6a..b3a04aa53 100644 --- a/.github/workflows/integration-testing.yml +++ b/.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