From a2154f660f84c68261114a5a679e7cdf6c414423 Mon Sep 17 00:00:00 2001 From: Charis Kyriakou Date: Thu, 21 Aug 2025 13:28:49 +0000 Subject: [PATCH] Disable running e2e tests on PRs and pushes to main --- .github/workflows/e2e-tests.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 4af6414876d..9297f228968 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -1,10 +1,11 @@ name: Run E2E Playwright tests on: workflow_dispatch: - push: - branches: [main] - pull_request: - branches: [main] +# Temporarily disable running tests until they're fixed +# push: +# branches: [main] +# pull_request: +# branches: [main] permissions: contents: read