From 318f28300a5c528fcfd2ef6da4028d1b36136771 Mon Sep 17 00:00:00 2001 From: Arnaud AMBROSELLI Date: Tue, 7 Nov 2023 14:45:42 +0100 Subject: [PATCH] chore: deactivate playwright on merge --- .github/workflows/playwright.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1d416b65a..ac09cb942 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,8 +1,8 @@ name: Playwright Tests on: - push: - branches: [main] - tags-ignore: [v*] + # push: + # branches: [main] + # tags-ignore: [v*] pull_request: branches: [main] jobs: