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/01/20 04:06:45 UTC

[iotdb] 01/01: disable e2e and cluster workflow

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

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

commit 81c2775b203c428a5629342d60dc1b58a3f4a34b
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Jan 20 12:06:03 2022 +0800

    disable e2e and cluster workflow
---
 .github/workflows/cluster.yml | 6 ++----
 .github/workflows/e2e.yml     | 4 ----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/cluster.yml b/.github/workflows/cluster.yml
index 203fb01..38c8efa 100644
--- a/.github/workflows/cluster.yml
+++ b/.github/workflows/cluster.yml
@@ -3,14 +3,12 @@ name: Cluster Test
 on:
   push:
     branches:
-      - master
-      - 'rel/*'
+      - test_cluster
     paths-ignore:
       - 'docs/**'
   pull_request:
     branches:
-      - master
-      - 'rel/*'
+      - test_cluster
     paths-ignore:
       - 'docs/**'
   # allow manually run the action:
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index d32e302..a573234 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -6,15 +6,11 @@ name: E2E Tests
 on:
   push:
     branches: 
-      - master
-      - 'rel/*'
       - test/e2e
     paths-ignore:
       - 'docs/**'
   pull_request:
     branches: 
-      - master
-      - 'rel/*'
       - cluster_new
     paths-ignore:
       - 'docs/**'