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:13:57 UTC

[pulsar] branch branch-2.10 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.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git


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

commit 0787755df47f54e579227de0de4fba6608f37bcd
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)
---
 .github/workflows/ci-build-macos.yaml                         | 3 ---
 .github/workflows/ci-cpp-build-centos7.yaml                   | 7 +------
 .github/workflows/ci-cpp-build-windows.yaml                   | 6 ------
 .github/workflows/ci-cpp.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.yaml                | 3 ---
 .github/workflows/ci-integration-messaging.yaml               | 3 ---
 .github/workflows/ci-integration-process.yaml                 | 3 ---
 .github/workflows/ci-integration-pulsar-io-ora.yaml           | 3 ---
 .github/workflows/ci-integration-pulsar-io.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-owasp-dep-check.yaml                     | 3 ---
 .github/workflows/ci-python-build-3.9-client.yaml             | 7 +------
 .github/workflows/ci-shade-test.yaml                          | 3 ---
 .github/workflows/ci-unit-broker-broker-gp.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-jdk8.yaml                    | 3 ---
 .github/workflows/ci-unit-broker-other.yaml                   | 3 ---
 .github/workflows/ci-unit-proxy.yaml                          | 3 ---
 .github/workflows/ci-unit.yaml                                | 3 ---
 31 files changed, 2 insertions(+), 108 deletions(-)

diff --git a/.github/workflows/ci-build-macos.yaml b/.github/workflows/ci-build-macos.yaml
index 8eef5c6557a..9ac1859f43f 100644
--- a/.github/workflows/ci-build-macos.yaml
+++ b/.github/workflows/ci-build-macos.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-cpp-build-centos7.yaml b/.github/workflows/ci-cpp-build-centos7.yaml
index b95a501ff4f..98b9d9218c9 100644
--- a/.github/workflows/ci-cpp-build-centos7.yaml
+++ b/.github/workflows/ci-cpp-build-centos7.yaml
@@ -25,12 +25,7 @@ on:
     paths:
       - '.github/workflows/**'
       - 'pulsar-client-cpp/**'
-  push:
-    branches:
-      - branch-*
-    paths:
-      - '.github/workflows/**'
-      - 'pulsar-client-cpp/**'
+
 jobs:
 
   cpp-build-centos7:
diff --git a/.github/workflows/ci-cpp-build-windows.yaml b/.github/workflows/ci-cpp-build-windows.yaml
index a431de88f3d..fe7fa05c93f 100644
--- a/.github/workflows/ci-cpp-build-windows.yaml
+++ b/.github/workflows/ci-cpp-build-windows.yaml
@@ -25,12 +25,6 @@ on:
     paths:
       - '.github/workflows/**'
       - 'pulsar-client-cpp/**'
-  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 34197fa2022..d11f8c5e518 100644
--- a/.github/workflows/ci-cpp.yaml
+++ b/.github/workflows/ci-cpp.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 a24b7b499c7..02b1caecb6c 100644
--- a/.github/workflows/ci-go-functions-style.yaml
+++ b/.github/workflows/ci-go-functions-style.yaml
@@ -25,12 +25,6 @@ on:
     paths:
       - '.github/workflows/**'
       - '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 292e1faae79..f09bc683245 100644
--- a/.github/workflows/ci-go-functions-test.yaml
+++ b/.github/workflows/ci-go-functions-test.yaml
@@ -25,12 +25,6 @@ on:
     paths:
       - '.github/workflows/**'
       - '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 c6d133e2217..2a5eca9d9e1 100644
--- a/.github/workflows/ci-integration-backwards-compatibility.yaml
+++ b/.github/workflows/ci-integration-backwards-compatibility.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 aaa56f9fae8..16d145ab62f 100644
--- a/.github/workflows/ci-integration-cli.yaml
+++ b/.github/workflows/ci-integration-cli.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-function.yaml b/.github/workflows/ci-integration-function.yaml
index dfe88d1f352..de09530b406 100644
--- a/.github/workflows/ci-integration-function.yaml
+++ b/.github/workflows/ci-integration-function.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 892fae81d74..e36a14a87ef 100644
--- a/.github/workflows/ci-integration-messaging.yaml
+++ b/.github/workflows/ci-integration-messaging.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 71df00484ae..99ace1c2f5b 100644
--- a/.github/workflows/ci-integration-process.yaml
+++ b/.github/workflows/ci-integration-process.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-pulsar-io-ora.yaml b/.github/workflows/ci-integration-pulsar-io-ora.yaml
index 54dea356216..41fd95355c3 100644
--- a/.github/workflows/ci-integration-pulsar-io-ora.yaml
+++ b/.github/workflows/ci-integration-pulsar-io-ora.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-pulsar-io.yaml b/.github/workflows/ci-integration-pulsar-io.yaml
index 0b3f2a37668..e08cc261e79 100644
--- a/.github/workflows/ci-integration-pulsar-io.yaml
+++ b/.github/workflows/ci-integration-pulsar-io.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 9b36a986e9a..d1f9b418bc5 100644
--- a/.github/workflows/ci-integration-schema.yaml
+++ b/.github/workflows/ci-integration-schema.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 ba9c29f3c10..ce49641ec58 100644
--- a/.github/workflows/ci-integration-sql.yaml
+++ b/.github/workflows/ci-integration-sql.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 c39f41485d9..30d331c3c5a 100644
--- a/.github/workflows/ci-integration-standalone.yaml
+++ b/.github/workflows/ci-integration-standalone.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 7f1b7e03ba7..b3a3d86b007 100644
--- a/.github/workflows/ci-integration-thread.yaml
+++ b/.github/workflows/ci-integration-thread.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 483afa21819..34d28ee651f 100644
--- a/.github/workflows/ci-integration-tiered-filesystem.yaml
+++ b/.github/workflows/ci-integration-tiered-filesystem.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 655c3bb5473..e356c1f751e 100644
--- a/.github/workflows/ci-integration-tiered-jcloud.yaml
+++ b/.github/workflows/ci-integration-tiered-jcloud.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 66815250d73..1b9ab683586 100644
--- a/.github/workflows/ci-integration-transaction.yaml
+++ b/.github/workflows/ci-integration-transaction.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 f4c58d9f307..eee5a8228e6 100644
--- a/.github/workflows/ci-license.yaml
+++ b/.github/workflows/ci-license.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-owasp-dep-check.yaml b/.github/workflows/ci-owasp-dep-check.yaml
index d6e67305348..a29f81d38a4 100644
--- a/.github/workflows/ci-owasp-dep-check.yaml
+++ b/.github/workflows/ci-owasp-dep-check.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-python-build-3.9-client.yaml b/.github/workflows/ci-python-build-3.9-client.yaml
index d8e801a42ec..d2ac218a38c 100644
--- a/.github/workflows/ci-python-build-3.9-client.yaml
+++ b/.github/workflows/ci-python-build-3.9-client.yaml
@@ -25,12 +25,7 @@ on:
     paths:
       - '.github/workflows/**'
       - 'pulsar-client-cpp/**'
-  push:
-    branches:
-      - branch-*
-    paths:
-      - '.github/workflows/**'
-      - 'pulsar-client-cpp/**'
+
 jobs:
 
   build-wheel:
diff --git a/.github/workflows/ci-shade-test.yaml b/.github/workflows/ci-shade-test.yaml
index 2f411f1a651..d2cf0371afe 100644
--- a/.github/workflows/ci-shade-test.yaml
+++ b/.github/workflows/ci-shade-test.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit-broker-broker-gp.yaml b/.github/workflows/ci-unit-broker-broker-gp.yaml
index cf6bdf1fa69..a251da30dd0 100644
--- a/.github/workflows/ci-unit-broker-broker-gp.yaml
+++ b/.github/workflows/ci-unit-broker-broker-gp.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 e18b798ce98..9094003b7c0 100644
--- a/.github/workflows/ci-unit-broker-client-api.yaml
+++ b/.github/workflows/ci-unit-broker-client-api.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 27d3faa777d..b078be405c0 100644
--- a/.github/workflows/ci-unit-broker-client-impl.yaml
+++ b/.github/workflows/ci-unit-broker-client-impl.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit-broker-jdk8.yaml b/.github/workflows/ci-unit-broker-jdk8.yaml
index d16597f4eb0..9adb2dfbe04 100644
--- a/.github/workflows/ci-unit-broker-jdk8.yaml
+++ b/.github/workflows/ci-unit-broker-jdk8.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 0b6ad8289ac..3730827897c 100644
--- a/.github/workflows/ci-unit-broker-other.yaml
+++ b/.github/workflows/ci-unit-broker-other.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 dd442a8da75..199f38ac130 100644
--- a/.github/workflows/ci-unit-proxy.yaml
+++ b/.github/workflows/ci-unit-proxy.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - 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 09698576296..e5940219dfe 100644
--- a/.github/workflows/ci-unit.yaml
+++ b/.github/workflows/ci-unit.yaml
@@ -22,9 +22,6 @@ on:
   pull_request:
     branches:
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}