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

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


The following commit(s) were added to refs/heads/master by this push:
     new d0d2ec30a8 Disable StandaloneMppIT (#7667)
d0d2ec30a8 is described below

commit d0d2ec30a8845d499507930f1009cd1a90aaa417
Author: Haonan <[email protected]>
AuthorDate: Thu Oct 20 13:56:45 2022 +0800

    Disable StandaloneMppIT (#7667)
---
 .github/workflows/standalone-it-for-mpp.yml | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/standalone-it-for-mpp.yml 
b/.github/workflows/standalone-it-for-mpp.yml
index 6617292221..9074520c46 100644
--- a/.github/workflows/standalone-it-for-mpp.yml
+++ b/.github/workflows/standalone-it-for-mpp.yml
@@ -1,18 +1,16 @@
 name: New Standalone IT
 
 on:
-  push:
-    branches:
-      - master
-    paths-ignore:
-      - 'docs/**'
-  pull_request:
-    branches:
-      - master
-    paths-ignore:
-      - 'docs/**'
-  # allow manually run the action:
-  workflow_dispatch:
+#  push:
+#    branches:
+#    paths-ignore:
+#      - 'docs/**'
+#  pull_request:
+#    branches:
+#    paths-ignore:
+#      - 'docs/**'
+#  # allow manually run the action:
+#  workflow_dispatch:
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}

Reply via email to