diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9ad36e4f59..394c5776e2 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -10,7 +10,7 @@ env: jobs: test: - if: ${{ (github.event.label.name == 'e2e') || (github.ref == 'refs/heads/main') }} + if: ${{ (github.event.label.name == 'run visual tests') || (github.ref == 'refs/heads/main') }} runs-on: ubuntu-22.04 container: image: mcr.microsoft.com/playwright:v1.40.1-jammy