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