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/10/20 03:48:43 UTC

[iotdb] 01/01: Disable StandaloneMppIT

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

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

commit e3d9888e9e14fb0300b85719fd2b76184d986d1a
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Oct 20 11:47:00 2022 +0800

    Disable StandaloneMppIT
---
 .github/workflows/standalone-it-for-mpp.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/standalone-it-for-mpp.yml b/.github/workflows/standalone-it-for-mpp.yml
index 6617292221..021093fb26 100644
--- a/.github/workflows/standalone-it-for-mpp.yml
+++ b/.github/workflows/standalone-it-for-mpp.yml
@@ -3,12 +3,10 @@ name: New Standalone IT
 on:
   push:
     branches:
-      - master
     paths-ignore:
       - 'docs/**'
   pull_request:
     branches:
-      - master
     paths-ignore:
       - 'docs/**'
   # allow manually run the action: