diff --git a/.github/workflows/statuses.yml b/.github/workflows/statuses.yml index 27422b4e69345..1c29288d4fe79 100644 --- a/.github/workflows/statuses.yml +++ b/.github/workflows/statuses.yml @@ -21,7 +21,7 @@ on: # When using the `pull_request_target` event, all PRs will get a `GITHUB_TOKEN` that has # write permissions, even if the PR is from a fork. # Therefore, for security reasons, we do not checkout any code in this workflow. - pull_request: + pull_request_target: branches: - 'master' - 'release-*'