From 5de4e8e23e8719bd9130620bf4fb3ae2b978e60a Mon Sep 17 00:00:00 2001 From: Stavros Date: Tue, 25 Aug 2026 17:12:24 +0300 Subject: [PATCH] chore: disable e2e tests for now --- .github/workflows/e2e.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 881ff760..1d4e29ae 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -1,9 +1,9 @@ name: Run e2e tests on: workflow_dispatch: - pull_request: - branches: - - main + # pull_request: + # branches: + # - main jobs: test: