adoroszlai opened a new pull request, #5608: URL: https://github.com/apache/ozone/pull/5608
## What changes were proposed in this pull request? dependabot pushes dependency version bumps to the main repo instead of its own fork. It then creates a pull request without waiting for the `push` workflow to succeed. Thus both workflows test the same state of code, which is unnecessary. I propose completely skipping `push` build for dependabot's changes to save CI resources. https://issues.apache.org/jira/browse/HDDS-9698 ## How was this patch tested? Build skipped in branch `dependabot-HDDS-9698` in my fork: https://github.com/adoroszlai/ozone/actions/runs/6876171772 but ran normally in branch `HDDS-9698`: https://github.com/adoroszlai/ozone/actions/runs/6876180867 as well as for PR created from branch `dependabot-HDDS-9698`: https://github.com/adoroszlai/ozone/actions/runs/6876212003 -- 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]
