From 21fc5f8c8b955230d96aaaaf07ad0045f8fe5819 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 20 Apr 2026 12:52:04 +0300 Subject: [PATCH] Try to fix the record_snapshots workflow trigger --- .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 1abb68d60..3555fe6bc 100644 --- a/.github/workflows/record_snapshots.yml +++ b/.github/workflows/record_snapshots.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 45 if: > - contains(github.event.issue.labels.*.name, 'record-snapshots') && + github.event.label.name == 'record-snapshots && github.event.pull_request.head.repo.full_name == github.repository permissions: