You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2022/10/12 01:43:13 UTC

[pulsar] branch master updated: [improve][ci] Avoid PR title check on synchronized (#17997)

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

penghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 2dfdf44dd9a [improve][ci] Avoid PR title check on synchronized (#17997)
2dfdf44dd9a is described below

commit 2dfdf44dd9a19cf0cc255f874fced45529487350
Author: tison <wa...@gmail.com>
AuthorDate: Wed Oct 12 09:43:06 2022 +0800

    [improve][ci] Avoid PR title check on synchronized (#17997)
---
 .github/workflows/ci-semantic-pull-request.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci-semantic-pull-request.yml b/.github/workflows/ci-semantic-pull-request.yml
index df690c903d9..9395d89881e 100644
--- a/.github/workflows/ci-semantic-pull-request.yml
+++ b/.github/workflows/ci-semantic-pull-request.yml
@@ -24,7 +24,10 @@ on:
       - opened
       - reopened
       - edited
-      - synchronize
+
+concurrency:
+  group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}
+  cancel-in-progress: true
 
 jobs:
   main: