From 1fd894f9a9d6a1d6190a44a9699bd3b9ddbce352 Mon Sep 17 00:00:00 2001 From: Tom Koscielniak Date: Wed, 13 Aug 2025 15:34:29 +0200 Subject: [PATCH] DEBUG: temporarily disable the hosted tests so stage user can be created --- .github/workflows/playwright.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index d84e2b55..679ab193 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -14,6 +14,7 @@ concurrency: jobs: playwright-tests: + if: false # Temporarily disabled runs-on: - codebuild-image-builder-frontend-${{ github.run_id }}-${{ github.run_attempt }} - instance-size:large