damccorm commented on code in PR #29021:
URL: https://github.com/apache/beam/pull/29021#discussion_r1362730599
##########
.github/workflows/README.md:
##########
@@ -119,7 +119,7 @@ Concurrency groups are a way of making sure that no more
than one Actions run is
```
concurrency:
- group: '${{ github.workflow }} @ ${{ github.event.issue.number ||
github.event.pull_request.head.label || github.sha || github.head_ref ||
github.ref }}-${{ github.event.schedule || github.event.comment.id ||
github.event.sender.login}}'
+ group: '${{ github.workflow }} @ ${{ github.event.issue.number || github.sha
|| github.head_ref || github.ref }}-${{ github.event.schedule ||
github.event.comment.id || github.event.sender.login }}'
Review Comment:
@andreydevyatkin would you mind putting up a PR to do this?
--
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]