zentol commented on code in PR #4:
URL:
https://github.com/apache/flink-connector-pulsar/pull/4#discussion_r1044336405
##########
.github/workflows/ci.yml:
##########
@@ -32,6 +32,10 @@ on:
required: true
type: boolean
+concurrency:
+ group: pr-${{ github.ref }}
Review Comment:
It should also be scoped by workflow so we don't cancel a weekly build on
main because a commit was pushed.
--
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]