adoroszlai opened a new pull request, #4004: URL: https://github.com/apache/ozone/pull/4004
## What changes were proposed in this pull request? `build-branch` workflow is disabled by default in new contributors' forks because it has a scheduled run. We may be able to improve new contributor experience by separating scheduled runs from regular CI workflow. This is achieved by moving the workflow steps into `ci.yml`, which is defined as a reusable workflow. It is called by existing `build-branch` workflow (`post-commit.yml`) on `push`/`pull_request` events, and by new `scheduled_ci.yml` on `schedule`. https://issues.apache.org/jira/browse/HDDS-7540 ## How was this patch tested? https://github.com/adoroszlai/hadoop-ozone/actions/runs/3543655506 -- 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]
