From dc68b8c61163f04b69b4966c3ac4a720cd755b47 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Wed, 17 May 2023 13:29:04 +0200 Subject: [PATCH] chore: Disable tests on alpha code --- .github/workflows/playwright.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: