adoroszlai opened a new pull request, #9756: URL: https://github.com/apache/ozone/pull/9756
## What changes were proposed in this pull request? - Skip CI in fork for `master` (but still run CI for other branches). This reduces cost of syncing fork via GitHub UI. - Cancel CI in fork for previous commit when new commit is pushed to the same branch. This lets CI for the latest commit complete sooner, no need to manually cancel. https://issues.apache.org/jira/browse/HDDS-12999 ## How was this patch tested? In my fork: 1. Pushed to `master`, [workflow](https://github.com/adoroszlai/ozone/actions/runs/21939739431) was skipped. 2. Pushed to `HDDS-12999-test`, [workflow](https://github.com/adoroszlai/ozone/actions/runs/21939755576) was started. 3. Pushed [another commit](https://github.com/adoroszlai/ozone/commit/9e40a8a6ae8728a3fdb0528f66bead8de86088b0) to the same branch, previous workflow was cancelled. -- 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]
