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

haonan 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 08356308a86 Update multi-language-client CI with path rule (#13095)
08356308a86 is described below

commit 08356308a862cc45301852d4b92143928ad13a0c
Author: Haonan <[email protected]>
AuthorDate: Mon Aug 5 17:21:49 2024 +0800

    Update multi-language-client CI with path rule (#13095)
---
 .github/workflows/multi-language-client.yml | 28 ++++++++++++++++++++--------
 iotdb                                       |  1 -
 2 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/multi-language-client.yml 
b/.github/workflows/multi-language-client.yml
index 4d323e9bb41..98991220d55 100644
--- a/.github/workflows/multi-language-client.yml
+++ b/.github/workflows/multi-language-client.yml
@@ -3,17 +3,29 @@ on:
   push:
     branches:
       - master
-      - "rel/*"
-    paths-ignore:
-      - 'docs/**'
-      - 'site/**'
+      - "rc/*"
+    paths:
+      - 'pom.xml'
+      - 'iotdb-client/pom.xml'
+      - 'iotdb-client/client-py/**'
+      - 'iotdb-client/client-cpp/**'
+      - 'example/client-cpp-example/**'
+      - 'iotdb-protocol/thrift-datanode/src/main/thrift/client.thrift'
+      - 'iotdb-protocol/thrift-commons/src/main/thrift/common.thrift'
+      - '.github/workflows/multi-language-client.yml'
   pull_request:
     branches:
       - master
-      - "rel/*"
-    paths-ignore:
-      - 'docs/**'
-      - 'site/**'
+      - "rc/*"
+    paths:
+      - 'pom.xml'
+      - 'iotdb-client/pom.xml'
+      - 'iotdb-client/client-py/**'
+      - 'iotdb-client/client-cpp/**'
+      - 'example/client-cpp-example/**'
+      - 'iotdb-protocol/thrift-datanode/src/main/thrift/client.thrift'
+      - 'iotdb-protocol/thrift-commons/src/main/thrift/common.thrift'
+      - '.github/workflows/multi-language-client.yml'
   # allow manually run the action:
   workflow_dispatch:
 
diff --git a/iotdb b/iotdb
deleted file mode 160000
index 6ade33a6b9a..00000000000
--- a/iotdb
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 6ade33a6b9a90820d0f2d536d81136b4af6a98c7

Reply via email to