zentol commented on code in PR #4:
URL:
https://github.com/apache/flink-connector-pulsar/pull/4#discussion_r1044400940
##########
.github/workflows/push_pr.yml:
##########
@@ -18,6 +18,11 @@
name: Build flink-connector-pulsar
on: [push, pull_request]
+
+concurrency:
+ group: ${{ github.head_ref || github.ref_name }}
Review Comment:
Probably a good idea to include `github.workflow` as well, if we ever add
more workflows for PRs/commits.
--
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]