From 9d7d11a616372dba140f20126c565c6a0e65cb5a Mon Sep 17 00:00:00 2001 From: NasgulNexus Date: Fri, 17 Nov 2023 14:36:31 +0100 Subject: [PATCH] fix: commit ci cd --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c5f541956e..5199a04ed1 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,8 +1,8 @@ name: Playwright Tests on: - push: - branches: [main, next] + # push: + # branches: [main, next] pull_request: jobs: