gargvishesh opened a new pull request, #15873: URL: https://github.com/apache/druid/pull/15873
On adding an if clause in a Github actions step, there is an implicit addition of a [success pre-condition](https://docs.github.com/en/actions/learn-github-actions/expressions#failure-with-conditions) on all previous steps for the next step to execute. In order to override this in the if clause to have it evaluated on failures as well, an explicit failure check needs to be added prior to the actual condition being tested. This PR adds this fix to tar and upload logs steps in static-checks.yml -- 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]
