This is an automated email from the ASF dual-hosted git repository.

rong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 3dd989a90f5 Pipe IT: enable Github Actions for branch pipe-meta-sync 
(#11799)
3dd989a90f5 is described below

commit 3dd989a90f541d2b3fadba48fa0f814ee9b5e1cd
Author: Steve Yurong Su <[email protected]>
AuthorDate: Thu Dec 28 16:19:35 2023 +0800

    Pipe IT: enable Github Actions for branch pipe-meta-sync (#11799)
---
 .github/workflows/cluster-it-1c1d.yml | 2 ++
 .github/workflows/cluster-it-1c3d.yml | 2 ++
 .github/workflows/unit-test.yml       | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/.github/workflows/cluster-it-1c1d.yml 
b/.github/workflows/cluster-it-1c1d.yml
index f91732e6909..4b2e885dfe2 100644
--- a/.github/workflows/cluster-it-1c1d.yml
+++ b/.github/workflows/cluster-it-1c1d.yml
@@ -5,6 +5,7 @@ on:
     branches:
       - master
       - 'rel/1.*'
+      - pipe-meta-sync
     paths-ignore:
       - 'docs/**'
       - 'site/**'
@@ -12,6 +13,7 @@ on:
     branches:
       - master
       - 'rel/1.*'
+      - pipe-meta-sync
     paths-ignore:
       - 'docs/**'
       - 'site/**'
diff --git a/.github/workflows/cluster-it-1c3d.yml 
b/.github/workflows/cluster-it-1c3d.yml
index c6b3fced9cd..7af68fc106c 100644
--- a/.github/workflows/cluster-it-1c3d.yml
+++ b/.github/workflows/cluster-it-1c3d.yml
@@ -5,6 +5,7 @@ on:
     branches:
       - master
       - 'rel/1.*'
+      - pipe-meta-sync
     paths-ignore:
       - 'docs/**'
       - 'site/**'
@@ -12,6 +13,7 @@ on:
     branches:
       - master
       - 'rel/1.*'
+      - pipe-meta-sync
     paths-ignore:
       - 'docs/**'
       - 'site/**'
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index c68eed3d971..6efcb686b79 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -8,6 +8,7 @@ on:
     branches:
       - master
       - 'rel/*'
+      - pipe-meta-sync
     paths-ignore:
       - 'docs/**'
       - 'site/**'
@@ -15,6 +16,7 @@ on:
     branches:
       - master
       - 'rel/*'
+      - pipe-meta-sync
     paths-ignore:
       - 'docs/**'
       - 'site/**'

Reply via email to