From c5b8e934bb87d94ffa24a1855efd57aa04330bd3 Mon Sep 17 00:00:00 2001 From: LingyuCoder Date: Wed, 7 Jan 2026 11:00:21 +0800 Subject: [PATCH] chore: run ci/eco-ci/eco-benchmark on v2 branch --- .github/workflows/ci-diff.yml | 1 + .github/workflows/ci-lint.yaml | 1 + .github/workflows/ci-rust.yaml | 1 + .github/workflows/ci.yml | 3 ++- .github/workflows/ecosystem-benchmark.yml | 1 + .github/workflows/ecosystem-ci.yml | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-diff.yml b/.github/workflows/ci-diff.yml index d74691858933..2d51d7912bec 100644 --- a/.github/workflows/ci-diff.yml +++ b/.github/workflows/ci-diff.yml @@ -11,6 +11,7 @@ on: push: branches: - main + - v2 # Ignore md files in push to skip workflow when only documentation changes paths-ignore: - '**/*.md' diff --git a/.github/workflows/ci-lint.yaml b/.github/workflows/ci-lint.yaml index 405aba004889..007d58933524 100644 --- a/.github/workflows/ci-lint.yaml +++ b/.github/workflows/ci-lint.yaml @@ -9,6 +9,7 @@ on: push: branches: - main + - v2 paths-ignore: - '**/*.md' - 'website/**' diff --git a/.github/workflows/ci-rust.yaml b/.github/workflows/ci-rust.yaml index 632e5d93fcb4..a49675372106 100644 --- a/.github/workflows/ci-rust.yaml +++ b/.github/workflows/ci-rust.yaml @@ -9,6 +9,7 @@ on: push: branches: - main + - v2 paths: - '.github/workflows/**' - 'crates/**' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 054afe635464..d9a5c9043cfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ on: push: branches: - main + - v2 paths-ignore: - '**/*.md' - 'website/**' @@ -23,7 +24,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} - cancel-in-progress: ${{ github.ref_name != 'main' }} + cancel-in-progress: ${{ github.ref_name != 'main' && github.ref_name != 'v2' }} permissions: # Allow commenting on issues for `reusable-build.yml` diff --git a/.github/workflows/ecosystem-benchmark.yml b/.github/workflows/ecosystem-benchmark.yml index 0080fbd9434e..4f58fd9da3dd 100644 --- a/.github/workflows/ecosystem-benchmark.yml +++ b/.github/workflows/ecosystem-benchmark.yml @@ -10,6 +10,7 @@ on: push: branches: - main + - v2 paths-ignore: - '**/*.md' - 'website/**' diff --git a/.github/workflows/ecosystem-ci.yml b/.github/workflows/ecosystem-ci.yml index bc1fcbe0d67b..9923c9968947 100644 --- a/.github/workflows/ecosystem-ci.yml +++ b/.github/workflows/ecosystem-ci.yml @@ -33,6 +33,7 @@ on: push: branches: - main + - v2 paths-ignore: - '**/*.md' - 'website/**'