volatilemolotov commented on issue #28320:
URL: https://github.com/apache/beam/issues/28320#issuecomment-1708427126
Ok so the first issue
> Another PR comment, regardless what content it is, will cancel the ongoing
phrase triggered run for another job
> this essentially let only one phrase triggered workflow can be run at one
time. This would be a blocker for retire
> Jenkins because mass_commit won't work
Is due to concurrency groups added:
```
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label
|| github.sha || github.head_ref || github.ref }}-${{ github.event.sender.login
}}-${{ github.event.schedule || github.event.comment.created_at}}'
cancel-in-progress: true
--
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]