sadanand48 commented on code in PR #4237: URL: https://github.com/apache/ozone/pull/4237#discussion_r1095829797
########## .github/workflows/post-commit.yml: ########## @@ -15,12 +15,13 @@ name: build-branch on: pull_request: - types: [opened, ready_for_review, synchronize] + types: [opened, ready_for_review, synchronize, edited] Review Comment: Thanks @adoroszlai for the review. Yes looks like the 'cancel-in-progress' causes the duplicate one to get skipped . If we remove the cancellation the previous run won't be aborted on title update but I guess that feature was added on purpose. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
