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/12 11:38:26 UTC

[pulsar] branch branch-2.11 updated: [improve][ci] Remove post commit builds and add manual workflows trigger (#17569)

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

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


The following commit(s) were added to refs/heads/branch-2.11 by this push:
     new 33a199286b9 [improve][ci] Remove post commit builds and add manual workflows trigger (#17569)
33a199286b9 is described below

commit 33a199286b9026531586eab87518ded27d361662
Author: Nicolò Boschi <bo...@gmail.com>
AuthorDate: Sat Sep 10 09:34:36 2022 +0200

    [improve][ci] Remove post commit builds and add manual workflows trigger (#17569)
    
    (cherry picked from commit 736aefe2d47d051c30562e413e7f02655d36e35a)
---
 .github/workflows/ci-cpp-build.yaml    | 7 +------
 .github/workflows/ci-cpp.yaml          | 4 +---
 .github/workflows/ci-go-functions.yaml | 7 +------
 .github/workflows/pulsar-ci-flaky.yaml | 4 +---
 .github/workflows/pulsar-ci.yaml       | 4 +---
 5 files changed, 5 insertions(+), 21 deletions(-)

diff --git a/.github/workflows/ci-cpp-build.yaml b/.github/workflows/ci-cpp-build.yaml
index 5e85b032d81..9c78053bcad 100644
--- a/.github/workflows/ci-cpp-build.yaml
+++ b/.github/workflows/ci-cpp-build.yaml
@@ -25,12 +25,7 @@ on:
     paths:
       - '.github/workflows/**'
       - 'pulsar-client-cpp/**'
-  push:
-    branches:
-      - branch-*
-    paths:
-      - '.github/workflows/**'
-      - 'pulsar-client-cpp/**'
+  workflow_dispatch:
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-cpp.yaml b/.github/workflows/ci-cpp.yaml
index 3c59f11c5d1..135c41474f5 100644
--- a/.github/workflows/ci-cpp.yaml
+++ b/.github/workflows/ci-cpp.yaml
@@ -22,9 +22,7 @@ on:
   pull_request:
     branches:
       - master
-  push:
-    branches:
-      - branch-*
+  workflow_dispatch:
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-go-functions.yaml b/.github/workflows/ci-go-functions.yaml
index 8fa6b0a2b3b..44edd39469e 100644
--- a/.github/workflows/ci-go-functions.yaml
+++ b/.github/workflows/ci-go-functions.yaml
@@ -25,12 +25,7 @@ on:
     paths:
       - '.github/workflows/**'
       - 'pulsar-function-go/**'
-  push:
-    branches:
-      - branch-*
-    paths:
-      - '.github/workflows/**'
-      - 'pulsar-function-go/**'
+  workflow_dispatch:
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/pulsar-ci-flaky.yaml b/.github/workflows/pulsar-ci-flaky.yaml
index 0e49c01fbbc..67f2f0cfb67 100644
--- a/.github/workflows/pulsar-ci-flaky.yaml
+++ b/.github/workflows/pulsar-ci-flaky.yaml
@@ -22,9 +22,7 @@ on:
   pull_request:
     branches:
       - master
-  push:
-    branches:
-      - branch-*
+  workflow_dispatch:
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/pulsar-ci.yaml b/.github/workflows/pulsar-ci.yaml
index 13cbe7e1a76..aa3959f6cfa 100644
--- a/.github/workflows/pulsar-ci.yaml
+++ b/.github/workflows/pulsar-ci.yaml
@@ -22,9 +22,7 @@ on:
   pull_request:
     branches:
       - master
-  push:
-    branches:
-      - branch-*
+  workflow_dispatch:
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}