You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/06/03 16:04:51 UTC

[iotdb] branch enable_client_ci_all_the_time created (now 9426d18)

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

hxd pushed a change to branch enable_client_ci_all_the_time
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at 9426d18  enable the client library test for all changes

This branch includes the following new commits:

     new 9426d18  enable the client library test for all changes

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: enable the client library test for all changes

Posted by hx...@apache.org.
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 <sa...@gmail.com>
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: