From a923cc938343b350acece8a711c05d5fcc03c35a Mon Sep 17 00:00:00 2001 From: BlueSpace Date: Tue, 27 May 2025 14:35:38 +0000 Subject: [PATCH] disable e2e_prime, always hang for 50 minutes --- .github/workflows/{ => disabled}/e2e_prime.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename .github/workflows/{ => disabled}/e2e_prime.yml (97%) diff --git a/.github/workflows/e2e_prime.yml b/.github/workflows/disabled/e2e_prime.yml similarity index 97% rename from .github/workflows/e2e_prime.yml rename to .github/workflows/disabled/e2e_prime.yml index 50c1c0a37cd..61c7e86cfb9 100644 --- a/.github/workflows/e2e_prime.yml +++ b/.github/workflows/disabled/e2e_prime.yml @@ -5,12 +5,10 @@ on: # but only for the main branch push: branches: - - main - - v0.* + - disabled_ci pull_request: branches: - - main - - v0.* + - disabled_ci paths: - "**/*.py" # Other entrypoints