diff --git a/.github/workflows/record_snapshots.yml b/.github/workflows/record_snapshots.yml index d6288e9d6..1abb68d60 100644 --- a/.github/workflows/record_snapshots.yml +++ b/.github/workflows/record_snapshots.yml @@ -2,7 +2,7 @@ name: Record Snapshots on: # Triggered when a maintainer adds the "record-snapshots" label to a PR. - pull_request_target: # zizmor: ignore[dangerous-triggers] + pull_request: # zizmor: ignore[dangerous-triggers] types: [labeled] permissions: {}