From 2c6a3e0b9ad47cc43d44b9b8fb709a5a546fd95a Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 20 Apr 2026 12:53:25 +0300 Subject: [PATCH] Try to fix the record_snapshots workflow trigger.. again --- .github/workflows/record_snapshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/record_snapshots.yml b/.github/workflows/record_snapshots.yml index 3555fe6bc..50e3674a9 100644 --- a/.github/workflows/record_snapshots.yml +++ b/.github/workflows/record_snapshots.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 45 if: > - github.event.label.name == 'record-snapshots && + github.event.label.name == 'record-snapshots' && github.event.pull_request.head.repo.full_name == github.repository permissions: