This is an automated email from the ASF dual-hosted git repository. zixuan pushed a commit to branch branch-as-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit cf6c400e20907d777ef7910b453b5343e8c51f7f Author: Zixuan Liu <[email protected]> AuthorDate: Thu Oct 24 14:36:12 2024 +0800 [improve][ci] enable ci for the branch-as-3.0 Signed-off-by: Zixuan Liu <[email protected]> --- .github/workflows/ci-go-functions.yaml | 2 +- .github/workflows/pulsar-ci-flaky.yaml | 2 +- .github/workflows/pulsar-ci.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-go-functions.yaml b/.github/workflows/ci-go-functions.yaml index 563d43b84dc..a6affcd9280 100644 --- a/.github/workflows/ci-go-functions.yaml +++ b/.github/workflows/ci-go-functions.yaml @@ -22,7 +22,7 @@ on: pull_request: branches: - master - - branch-3.0 + - branch-as-3.0 paths: - '.github/workflows/**' - 'pulsar-function-go/**' diff --git a/.github/workflows/pulsar-ci-flaky.yaml b/.github/workflows/pulsar-ci-flaky.yaml index 70590201427..3268c2a8b35 100644 --- a/.github/workflows/pulsar-ci-flaky.yaml +++ b/.github/workflows/pulsar-ci-flaky.yaml @@ -22,7 +22,7 @@ on: pull_request: branches: - master - - branch-3.0 + - branch-as-3.0 schedule: - cron: '0 12 * * *' workflow_dispatch: diff --git a/.github/workflows/pulsar-ci.yaml b/.github/workflows/pulsar-ci.yaml index 0dd0c100f91..aecb276fe60 100644 --- a/.github/workflows/pulsar-ci.yaml +++ b/.github/workflows/pulsar-ci.yaml @@ -22,7 +22,7 @@ on: pull_request: branches: - master - - branch-3.0 + - branch-as-3.0 schedule: - cron: '0 12 * * *' workflow_dispatch:
