tisonkun commented on code in PR #17997:
URL: https://github.com/apache/pulsar/pull/17997#discussion_r992123639


##########
.github/workflows/ci-semantic-pull-request.yml:
##########
@@ -24,7 +24,6 @@ on:
       - opened
       - reopened
       - edited
-      - synchronize
 

Review Comment:
   ```suggestion
   
   concurrency:
     group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}
     cancel-in-progress: true
   
   ```
   
   However, it's possible to squash pending runs.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to