adoroszlai commented on code in PR #4237: URL: https://github.com/apache/ozone/pull/4237#discussion_r1094317152
########## .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: This triggers new CI run when PR title or description is edited. The workflow is then skipped due to the `event.changes.base` condition below. Previous run is cancelled to avoid duplicate work. Thus PR will be left without CI workflow. -- 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]
