This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch optimize_multi_language_client in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 8d39c7629d855ee991067851318807085e73b45c Author: HTHou <[email protected]> AuthorDate: Mon Aug 5 17:06:00 2024 +0800 Update multi-language-client CI with path rule --- .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
