This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch rc/1.3.2 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit cb524977371d17e78980be960f68a5ebdc86dbb8 Author: HTHou <[email protected]> AuthorDate: Thu Jul 11 15:48:21 2024 +0800 CI --- .github/workflows/cluster-it-1c1d.yml | 2 +- .github/workflows/cluster-it-1c3d.yml | 2 +- .github/workflows/pipe-it-2cluster.yml | 2 +- .github/workflows/unit-test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cluster-it-1c1d.yml b/.github/workflows/cluster-it-1c1d.yml index e897770dabf..edf54ebcba3 100644 --- a/.github/workflows/cluster-it-1c1d.yml +++ b/.github/workflows/cluster-it-1c1d.yml @@ -12,7 +12,7 @@ on: pull_request: branches: - master - - 'rel/1.*' + - 'rc/*' - pipe-meta-sync paths-ignore: - 'docs/**' diff --git a/.github/workflows/cluster-it-1c3d.yml b/.github/workflows/cluster-it-1c3d.yml index c2edca6b9d2..2091aaeb5c3 100644 --- a/.github/workflows/cluster-it-1c3d.yml +++ b/.github/workflows/cluster-it-1c3d.yml @@ -12,7 +12,7 @@ on: pull_request: branches: - master - - 'rel/1.*' + - 'rc/*' - pipe-meta-sync paths-ignore: - 'docs/**' diff --git a/.github/workflows/pipe-it-2cluster.yml b/.github/workflows/pipe-it-2cluster.yml index 3e2313a490d..619993accb3 100644 --- a/.github/workflows/pipe-it-2cluster.yml +++ b/.github/workflows/pipe-it-2cluster.yml @@ -11,7 +11,7 @@ on: pull_request: branches: - master - - 'rel/1.*' + - 'rc/*' paths-ignore: - 'docs/**' - 'site/**' diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 72594a79aea..c780cea8a15 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -15,7 +15,7 @@ on: pull_request: branches: - master - - 'rel/*' + - 'rc/*' - pipe-meta-sync paths-ignore: - 'docs/**'
