This is an automated email from the ASF dual-hosted git repository. chenyz pushed a commit to branch pbtree_concurrent in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit db119a762a3242fc7817a734213dc9dec6195461 Author: Chen YZ <[email protected]> AuthorDate: Tue Nov 21 13:23:56 2023 +0800 ci --- .github/workflows/cluster-it-1c1d.yml | 1 + .github/workflows/cluster-it-1c3d.yml | 1 + .github/workflows/unit-test.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/cluster-it-1c1d.yml b/.github/workflows/cluster-it-1c1d.yml index f91732e6909..a7ec1e43ce6 100644 --- a/.github/workflows/cluster-it-1c1d.yml +++ b/.github/workflows/cluster-it-1c1d.yml @@ -12,6 +12,7 @@ on: branches: - master - 'rel/1.*' + - 'pbtree_concurrent' paths-ignore: - 'docs/**' - 'site/**' diff --git a/.github/workflows/cluster-it-1c3d.yml b/.github/workflows/cluster-it-1c3d.yml index c6b3fced9cd..c745d888739 100644 --- a/.github/workflows/cluster-it-1c3d.yml +++ b/.github/workflows/cluster-it-1c3d.yml @@ -12,6 +12,7 @@ on: branches: - master - 'rel/1.*' + - 'pbtree_concurrent' paths-ignore: - 'docs/**' - 'site/**' diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index c68eed3d971..9afb4dae0fc 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -15,6 +15,7 @@ on: branches: - master - 'rel/*' + - 'pbtree_concurrent' paths-ignore: - 'docs/**' - 'site/**'
