From dd6b84ec05265be25a6d56effff5dda7ce1f7828 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 1 Dec 2024 20:06:33 +0100 Subject: [PATCH] Disable execution of Playwright tests --- .github/workflows/playwright.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index bdf273e..522514a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -9,6 +9,7 @@ concurrency: cancel-in-progress: true jobs: test: + if: false timeout-minutes: 60 runs-on: ubuntu-latest container: