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/14 07:12:41 UTC

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

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 a0e6be1e90b [improve][ci] Remove post commit builds and add manual workflows trigger (#17569) - follow up for branch-2.11
a0e6be1e90b is described below

commit a0e6be1e90b042807c2b8b164624afc21bb6a7a7
Author: Nicolò Boschi <bo...@gmail.com>
AuthorDate: Wed Sep 14 09:12:25 2022 +0200

    [improve][ci] Remove post commit builds and add manual workflows trigger (#17569) - follow up for branch-2.11
---
 .github/workflows/ci-owasp-dep-check.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/ci-owasp-dep-check.yaml b/.github/workflows/ci-owasp-dep-check.yaml
index 8cee7349b84..6df1ca92a36 100644
--- a/.github/workflows/ci-owasp-dep-check.yaml
+++ b/.github/workflows/ci-owasp-dep-check.yaml
@@ -22,9 +22,7 @@ on:
   pull_request:
     branches:
       - master
-  push:
-    branches:
-      - branch-*
+  workflow_dispatch:
 
 env:
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3