adoroszlai opened a new pull request #2284: URL: https://github.com/apache/ozone/pull/2284
## What changes were proposed in this pull request? GitHub Actions now provides [support to cancel duplicate workflows](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency) (and limit workflow concurrency). This usage of the `cancel-workflow-runs` action can be replaced. As previously, only PR workflows are cancelled, not ones triggered by commits or schedule. This is made possible by using commit SHA to form concurrency group for non-PR builds (and PR number for PRs). https://issues.apache.org/jira/browse/HDDS-5276 ## How was this patch tested? Tested in my fork: https://github.com/adoroszlai/hadoop-ozone/pull/19 https://github.com/adoroszlai/hadoop-ozone/actions -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
