diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1b9c005f26f..02d998a7223 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,10 @@ name: Playwright Tests +# While it's nice to test e2e tests, it's not all that useful to run them on alpha code on: - push: + IGNORE_push: branches: - develop - pull_request: + IGNORE_pull_request: branches: - develop jobs: