From c46a03598f51eea5f51279c716e4b7097174410e Mon Sep 17 00:00:00 2001 From: Vinicius Goulart Date: Thu, 18 Jan 2024 08:11:37 -0300 Subject: [PATCH] fix: Correct label name --- .github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml b/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml index d96cd983e..d050c3ea3 100644 --- a/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml +++ b/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml @@ -6,7 +6,7 @@ on: jobs: update-snapshots: - if: github.event.pull_request.state != 'closed' && (github.event.label.name == 'deploy-preview' || contains( github.event.pull_request.labels.*.name, 'deploy-preview')) + if: github.event.pull_request.state != 'closed' && (github.event.label.name == 'update-snapshots' || contains( github.event.pull_request.labels.*.name, 'update-snapshots')) runs-on: ubuntu-latest container: image: mcr.microsoft.com/playwright:v1.41.0