You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ni...@apache.org on 2022/09/09 16:44:54 UTC

[pulsar] branch branch-2.7 updated: [ci] Remove post-commit trigger for old release branches (#17570)

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

nicoloboschi pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 8934efaa7a3 [ci] Remove post-commit trigger for old release branches (#17570)
8934efaa7a3 is described below

commit 8934efaa7a3ba5de2bd79e3f41a30c4626b975a4
Author: Nicolò Boschi <bo...@gmail.com>
AuthorDate: Fri Sep 9 18:13:51 2022 +0200

    [ci] Remove post-commit trigger for old release branches (#17570)
    
    (cherry picked from commit 0787755df47f54e579227de0de4fba6608f37bcd)
---
 .github/workflows/ci-build-multi-os.yaml                      | 3 ---
 .github/workflows/ci-cpp-build-windows.yaml                   | 6 +++---
 .github/workflows/ci-cpp.yaml                                 | 3 ---
 .github/workflows/ci-docker-build.yaml                        | 3 ---
 .github/workflows/ci-go-functions-style.yaml                  | 6 ------
 .github/workflows/ci-go-functions-test.yaml                   | 6 ------
 .github/workflows/ci-integration-backwards-compatibility.yaml | 3 ---
 .github/workflows/ci-integration-cli.yaml                     | 3 ---
 .github/workflows/ci-integration-function-state.yaml          | 3 ---
 .github/workflows/ci-integration-messaging.yaml               | 3 ---
 .github/workflows/ci-integration-process.yaml                 | 3 ---
 .github/workflows/ci-integration-schema.yaml                  | 3 ---
 .github/workflows/ci-integration-sql.yaml                     | 3 ---
 .github/workflows/ci-integration-standalone.yaml              | 3 ---
 .github/workflows/ci-integration-thread.yaml                  | 3 ---
 .github/workflows/ci-integration-tiered-filesystem.yaml       | 3 ---
 .github/workflows/ci-integration-tiered-jcloud.yaml           | 3 ---
 .github/workflows/ci-integration-transaction.yaml             | 3 ---
 .github/workflows/ci-license.yaml                             | 3 ---
 .github/workflows/ci-shade-test.yaml                          | 3 ---
 .github/workflows/ci-unit-broker-broker-gp1.yaml              | 3 ---
 .github/workflows/ci-unit-broker-broker-gp2.yaml              | 3 ---
 .github/workflows/ci-unit-broker-client-api.yaml              | 3 ---
 .github/workflows/ci-unit-broker-client-impl.yaml             | 3 ---
 .github/workflows/ci-unit-broker-other.yaml                   | 3 ---
 .github/workflows/ci-unit-proxy.yaml                          | 3 ---
 .github/workflows/ci-unit.yaml                                | 3 ---
 27 files changed, 3 insertions(+), 87 deletions(-)

diff --git a/.github/workflows/ci-build-multi-os.yaml b/.github/workflows/ci-build-multi-os.yaml
index b5272165689..e667c30587d 100644
--- a/.github/workflows/ci-build-multi-os.yaml
+++ b/.github/workflows/ci-build-multi-os.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - master
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-cpp-build-windows.yaml b/.github/workflows/ci-cpp-build-windows.yaml
index 52926ab60ac..304820a171d 100644
--- a/.github/workflows/ci-cpp-build-windows.yaml
+++ b/.github/workflows/ci-cpp-build-windows.yaml
@@ -20,11 +20,11 @@
 name: CI - CPP build on Windows
 on:
   pull_request:
-    branches:
-      - master
-  push:
     branches:
       - branch-*
+    paths:
+      - '.github/workflows/**'
+      - 'pulsar-client-cpp/**'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-cpp.yaml b/.github/workflows/ci-cpp.yaml
index 266c405ac9f..375b21008b2 100644
--- a/.github/workflows/ci-cpp.yaml
+++ b/.github/workflows/ci-cpp.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-docker-build.yaml b/.github/workflows/ci-docker-build.yaml
index 1542f798ab4..965769814a0 100644
--- a/.github/workflows/ci-docker-build.yaml
+++ b/.github/workflows/ci-docker-build.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-go-functions-style.yaml b/.github/workflows/ci-go-functions-style.yaml
index d33825510bb..282cedd24fb 100644
--- a/.github/workflows/ci-go-functions-style.yaml
+++ b/.github/workflows/ci-go-functions-style.yaml
@@ -25,12 +25,6 @@ on:
       - branch-*
     paths:
       - 'pulsar-function-go/**'
-  push:
-    branches:
-      - branch-*
-    paths:
-      - '.github/workflows/**'
-      - 'pulsar-function-go/**'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-go-functions-test.yaml b/.github/workflows/ci-go-functions-test.yaml
index 45b7024a0a2..b2e812d068c 100644
--- a/.github/workflows/ci-go-functions-test.yaml
+++ b/.github/workflows/ci-go-functions-test.yaml
@@ -25,12 +25,6 @@ on:
       - branch-*
     paths:
       - 'pulsar-function-go/**'
-  push:
-    branches:
-      - branch-*
-    paths:
-      - '.github/workflows/**'
-      - 'pulsar-function-go/**'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-backwards-compatibility.yaml b/.github/workflows/ci-integration-backwards-compatibility.yaml
index 53409c404f7..81c5d1b2b1d 100644
--- a/.github/workflows/ci-integration-backwards-compatibility.yaml
+++ b/.github/workflows/ci-integration-backwards-compatibility.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-cli.yaml b/.github/workflows/ci-integration-cli.yaml
index 4cb2e97e879..d28ba029f43 100644
--- a/.github/workflows/ci-integration-cli.yaml
+++ b/.github/workflows/ci-integration-cli.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-function-state.yaml b/.github/workflows/ci-integration-function-state.yaml
index 2115d31fd07..48597dd58f5 100644
--- a/.github/workflows/ci-integration-function-state.yaml
+++ b/.github/workflows/ci-integration-function-state.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-messaging.yaml b/.github/workflows/ci-integration-messaging.yaml
index e7a99aac6ea..51d68060426 100644
--- a/.github/workflows/ci-integration-messaging.yaml
+++ b/.github/workflows/ci-integration-messaging.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-process.yaml b/.github/workflows/ci-integration-process.yaml
index d68287e7db1..79071afdb7c 100644
--- a/.github/workflows/ci-integration-process.yaml
+++ b/.github/workflows/ci-integration-process.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-schema.yaml b/.github/workflows/ci-integration-schema.yaml
index 56257300c56..cb88cb5f77c 100644
--- a/.github/workflows/ci-integration-schema.yaml
+++ b/.github/workflows/ci-integration-schema.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-sql.yaml b/.github/workflows/ci-integration-sql.yaml
index ae45703af05..f03c603303b 100644
--- a/.github/workflows/ci-integration-sql.yaml
+++ b/.github/workflows/ci-integration-sql.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-standalone.yaml b/.github/workflows/ci-integration-standalone.yaml
index 89b7f64145b..e88240b132e 100644
--- a/.github/workflows/ci-integration-standalone.yaml
+++ b/.github/workflows/ci-integration-standalone.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-thread.yaml b/.github/workflows/ci-integration-thread.yaml
index e1a91cadb8b..040e973ceff 100644
--- a/.github/workflows/ci-integration-thread.yaml
+++ b/.github/workflows/ci-integration-thread.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-tiered-filesystem.yaml b/.github/workflows/ci-integration-tiered-filesystem.yaml
index 3aa9e6724e9..d073deef08b 100644
--- a/.github/workflows/ci-integration-tiered-filesystem.yaml
+++ b/.github/workflows/ci-integration-tiered-filesystem.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-tiered-jcloud.yaml b/.github/workflows/ci-integration-tiered-jcloud.yaml
index 2d62687fca3..ec838bb4475 100644
--- a/.github/workflows/ci-integration-tiered-jcloud.yaml
+++ b/.github/workflows/ci-integration-tiered-jcloud.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-transaction.yaml b/.github/workflows/ci-integration-transaction.yaml
index e0c1e0154c9..bfecdc42b9d 100644
--- a/.github/workflows/ci-integration-transaction.yaml
+++ b/.github/workflows/ci-integration-transaction.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-license.yaml b/.github/workflows/ci-license.yaml
index 8c8ccedb7d4..96b8b1f0455 100644
--- a/.github/workflows/ci-license.yaml
+++ b/.github/workflows/ci-license.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-shade-test.yaml b/.github/workflows/ci-shade-test.yaml
index f36a724855c..f9fe505ef97 100644
--- a/.github/workflows/ci-shade-test.yaml
+++ b/.github/workflows/ci-shade-test.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit-broker-broker-gp1.yaml b/.github/workflows/ci-unit-broker-broker-gp1.yaml
index 4f15b4d989d..7142feefd16 100644
--- a/.github/workflows/ci-unit-broker-broker-gp1.yaml
+++ b/.github/workflows/ci-unit-broker-broker-gp1.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit-broker-broker-gp2.yaml b/.github/workflows/ci-unit-broker-broker-gp2.yaml
index 1317e8d998f..aede917d75f 100644
--- a/.github/workflows/ci-unit-broker-broker-gp2.yaml
+++ b/.github/workflows/ci-unit-broker-broker-gp2.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit-broker-client-api.yaml b/.github/workflows/ci-unit-broker-client-api.yaml
index c045554ef15..bc69aa95e0f 100644
--- a/.github/workflows/ci-unit-broker-client-api.yaml
+++ b/.github/workflows/ci-unit-broker-client-api.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit-broker-client-impl.yaml b/.github/workflows/ci-unit-broker-client-impl.yaml
index ea7d7d6a6b2..a2aa9de5d53 100644
--- a/.github/workflows/ci-unit-broker-client-impl.yaml
+++ b/.github/workflows/ci-unit-broker-client-impl.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit-broker-other.yaml b/.github/workflows/ci-unit-broker-other.yaml
index f73c5de4b97..b17fd54b8ac 100644
--- a/.github/workflows/ci-unit-broker-other.yaml
+++ b/.github/workflows/ci-unit-broker-other.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit-proxy.yaml b/.github/workflows/ci-unit-proxy.yaml
index 6c75a45fddc..df7c0343a67 100644
--- a/.github/workflows/ci-unit-proxy.yaml
+++ b/.github/workflows/ci-unit-proxy.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit.yaml b/.github/workflows/ci-unit.yaml
index c96762fbe2e..fd7b7bd8cb7 100644
--- a/.github/workflows/ci-unit.yaml
+++ b/.github/workflows/ci-unit.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}