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