You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/02/18 07:41:02 UTC

[iotdb] branch enable_wf_for_new created (now 61f0617)

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

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


      at 61f0617  enable workflow for branch start with

This branch includes the following new commits:

     new 61f0617  enable workflow for branch start with

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 workflow for branch start with

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 61f06179d90c4a757f88c4ebba6234b3f91fa3af
Author: HTHou <hh...@outlook.com>
AuthorDate: Fri Feb 18 15:40:11 2022 +0800

    enable workflow for branch start with
---
 .github/workflows/client-go.yml       | 2 ++
 .github/workflows/client.yml          | 2 ++
 .github/workflows/grafana-plugin.yml  | 2 ++
 .github/workflows/main-unix.yml       | 5 ++---
 .github/workflows/main-win.yml        | 3 ++-
 .github/workflows/sonar-coveralls.yml | 5 +++--
 6 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/client-go.yml b/.github/workflows/client-go.yml
index 66f6e5e..ea357e2 100644
--- a/.github/workflows/client-go.yml
+++ b/.github/workflows/client-go.yml
@@ -7,12 +7,14 @@ on:
     branches:
       - master
       - 'rel/*'
+      - "new_*"
     paths-ignore:
       - 'docs/**'
   pull_request:
     branches:
       - master
       - 'rel/*'
+      - "new_*"
     paths-ignore:
       - 'docs/**'
   # allow manually run the action:
diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml
index 81173a2..39720f6 100644
--- a/.github/workflows/client.yml
+++ b/.github/workflows/client.yml
@@ -10,10 +10,12 @@ on:
     branches:
       - master
       - "rel/*"
+      - "new_*"
   pull_request:
     branches:
       - master
       - "rel/*"
+      - "new_*"
   # allow manually run the action:
   workflow_dispatch:
 
diff --git a/.github/workflows/grafana-plugin.yml b/.github/workflows/grafana-plugin.yml
index b5cdb83..a841081 100644
--- a/.github/workflows/grafana-plugin.yml
+++ b/.github/workflows/grafana-plugin.yml
@@ -4,9 +4,11 @@ on:
   push:
     branches:
       - master
+      - "new_*"
   pull_request:
     branches:
       - master
+      - "new_*"
 jobs:
   build:
     runs-on: ubuntu-latest
diff --git a/.github/workflows/main-unix.yml b/.github/workflows/main-unix.yml
index dfa13c6..48dd26b 100644
--- a/.github/workflows/main-unix.yml
+++ b/.github/workflows/main-unix.yml
@@ -8,15 +8,14 @@ on:
     branches:
       - master
       - 'rel/*'
-      - Vector
+      - "new_*"
     paths-ignore:
       - 'docs/**'
   pull_request:
     branches:
       - master
       - 'rel/*'
-      - cluster_new
-      - Vector
+      - "new_*"
     paths-ignore:
       - 'docs/**'
   # allow manually run the action:
diff --git a/.github/workflows/main-win.yml b/.github/workflows/main-win.yml
index fc31b01..b159bf7 100644
--- a/.github/workflows/main-win.yml
+++ b/.github/workflows/main-win.yml
@@ -8,13 +8,14 @@ on:
     branches:
       - master
       - 'rel/*'
+      - "new_*"
     paths-ignore:
       - 'docs/**'
   pull_request:
     branches:
       - master
       - 'rel/*'
-      - cluster_new
+      - "new_*"
     paths-ignore:
       - 'docs/**'
   # allow manually run the action:
diff --git a/.github/workflows/sonar-coveralls.yml b/.github/workflows/sonar-coveralls.yml
index 33cc7ea..f646ce5 100644
--- a/.github/workflows/sonar-coveralls.yml
+++ b/.github/workflows/sonar-coveralls.yml
@@ -8,20 +8,21 @@ on:
     branches:
       - master
       - "rel/*"
+      - "new_*"
     paths-ignore:
       - "docs/**"
   pull_request:
     branches:
       - master
       - "rel/*"
-      - cluster_new
+      - "new_*"
     paths-ignore:
       - "docs/**"
   pull_request_target:
     branches:
       - master
       - "rel/*"
-      - cluster_new
+      - "new_*"
     paths-ignore:
       - "docs/**"
   # allow manually run the action: