diff --git a/.github/workflows/ci-build-macos.yaml b/.github/workflows/ci-build-macos.yaml index 8eef5c6557a3b..9ac1859f43f5a 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 b95a501ff4fa6..98b9d9218c95e 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 a431de88f3da6..fe7fa05c93fa9 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 34197fa202225..d11f8c5e518da 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 a24b7b499c7e2..02b1caecb6cdc 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 292e1faae795a..f09bc683245d1 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 c6d133e22173c..2a5eca9d9e1ad 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 aaa56f9fae880..16d145ab62fa2 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 dfe88d1f352fc..de09530b406fa 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 892fae81d7433..e36a14a87ef46 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 71df00484ae3b..99ace1c2f5b09 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 54dea35621650..41fd95355c394 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 0b3f2a3766853..e08cc261e7928 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 9b36a986e9ac8..d1f9b418bc5cb 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 ba9c29f3c1037..ce49641ec58d1 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 c39f41485d9a6..30d331c3c5aa9 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 7f1b7e03ba765..b3a3d86b00798 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 483afa2181978..34d28ee651f54 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 655c3bb54734d..e356c1f751e10 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 66815250d7309..1b9ab68358681 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 f4c58d9f307a6..eee5a8228e6eb 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 d6e67305348f7..a29f81d38a4db 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 d8e801a42ecb3..d2ac218a38ce9 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 2f411f1a651dc..d2cf0371afe4a 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 cf6bdf1fa69fd..a251da30dd01a 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 e18b798ce983c..9094003b7c069 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 27d3faa777d58..b078be405c079 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 d16597f4eb024..9adb2dfbe049d 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 0b6ad8289ac55..3730827897c9f 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 dd442a8da75f1..199f38ac130e2 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 0969857629605..e5940219dfe7c 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 }}