MartijnVisser commented on code in PR #4:
URL:
https://github.com/apache/flink-connector-pulsar/pull/4#discussion_r1044377052
##########
.github/workflows/ci.yml:
##########
@@ -32,6 +32,10 @@ on:
required: true
type: boolean
+concurrency:
+ group: pr-${{ github.ref }}
Review Comment:
Based on
https://stackoverflow.com/questions/70928424/limit-github-action-workflow-concurrency-on-push-and-pull-request
I would guess we should make it `group: ${{ github.head_ref || github.ref_name
}}` and move this to `push_pr.yml`.
I'll update the PR
--
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]