This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch enable_client_ci_all_the_time in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 9426d18f6160968379868d2b4475f0a3a288f9ad Author: xiangdong huang <[email protected]> AuthorDate: Fri Jun 4 00:04:18 2021 +0800 enable the client library test for all changes --- .github/workflows/client.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 21b37af..6e78c20 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -10,20 +10,10 @@ on: branches: - master - "rel/*" - paths: - - "client-*/**" - - "compile-tools/**" - - "thrift/**" - - "service-rpc/**" pull_request: branches: - master - "rel/*" - paths: - - "client-*/**" - - "compile-tools/**" - - "thrift/**" - - "service-rpc/**" # allow manually run the action: workflow_dispatch:
