From c0d936e4117a69b1f7f183d4ef5b05ea4676c5bf Mon Sep 17 00:00:00 2001 From: heni02 Date: Tue, 14 Jul 2026 12:03:22 +0800 Subject: [PATCH] ci: skip Optimistic compose and standalone BVT on PR Disable the Optimistic/PUSH compose and LAUNCH Optimistic standalone jobs so PR CI only runs the remaining BVT variants. Co-authored-by: Cursor --- .github/workflows/e2e-compose.yaml | 2 +- .github/workflows/e2e-standalone.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-compose.yaml b/.github/workflows/e2e-compose.yaml index 3761810..bc71715 100644 --- a/.github/workflows/e2e-compose.yaml +++ b/.github/workflows/e2e-compose.yaml @@ -9,7 +9,7 @@ on: jobs: bvt-docker-compose-push: - if: ${{ !github.event.pull_request.draft }} + if: false environment: ci runs-on: ${{ vars.RUNNER_LABEL || 'ubuntu-22.04' }} name: multi cn e2e bvt test docker compose(Optimistic/PUSH) diff --git a/.github/workflows/e2e-standalone.yaml b/.github/workflows/e2e-standalone.yaml index e56fa59..9c5d82b 100644 --- a/.github/workflows/e2e-standalone.yaml +++ b/.github/workflows/e2e-standalone.yaml @@ -9,7 +9,7 @@ on: jobs: bvt-linux-x86: - if: ${{ !github.event.pull_request.draft }} + if: false environment: ci runs-on: ${{ vars.RUNNER_LABEL || 'ubuntu-22.04' }} name: e2e BVT Test on Linux/x64(LAUNCH,Optimistic)