diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 10f9ce6f0..d1829197b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -203,7 +203,7 @@ jobs: persist-credentials: false # explicity checkout the branch for the PR, - # this is necessary for the `pull_request` event + # this is necessary for the `pull_request_target` event - name: Check out the repository (PR) if: github.event_name == 'pull_request_target' uses: actions/checkout@v3