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/11/28 05:38:19 UTC

[iotdb] 01/01: enable IT workflow for rel/1.0

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

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

commit 07bbd091c8f785924423abfa48acca90e6295852
Author: HTHou <hh...@outlook.com>
AuthorDate: Mon Nov 28 13:38:00 2022 +0800

    enable IT workflow for rel/1.0
---
 .github/workflows/cluster-it-1c1d.yml | 2 ++
 .github/workflows/cluster-it-1c3d.yml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/.github/workflows/cluster-it-1c1d.yml b/.github/workflows/cluster-it-1c1d.yml
index 2fdeedd852..1e6ff1c104 100644
--- a/.github/workflows/cluster-it-1c1d.yml
+++ b/.github/workflows/cluster-it-1c1d.yml
@@ -4,12 +4,14 @@ on:
   push:
     branches:
       - master
+      - 'rel/1.*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'
   pull_request:
     branches:
       - master
+      - 'rel/1.*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'
diff --git a/.github/workflows/cluster-it-1c3d.yml b/.github/workflows/cluster-it-1c3d.yml
index 0006cdb40a..6621856b92 100644
--- a/.github/workflows/cluster-it-1c3d.yml
+++ b/.github/workflows/cluster-it-1c3d.yml
@@ -4,12 +4,14 @@ on:
   push:
     branches:
       - master
+      - 'rel/1.*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'
   pull_request:
     branches:
       - master
+      - 'rel/1.*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'