EnricoMi opened a new pull request, #36371: URL: https://github.com/apache/spark/pull/36371
### What changes were proposed in this pull request? The `"Report test results"` workflow should be skipped when the triggering workflow completed with conclusion `'skipped'`. ### Why are the changes needed? The `"Report test results"` workflow is triggered when either `"Build and test"` or `"Build and test (ANSI)"` complete. On fork repositories, workflow `"Build and test (ANSI)"` is always skipped. The triggered `"Report test results"` workflow downloads artifacts from the triggering workflow and errors because there are none artifacts. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? In personal repo: - https://github.com/EnricoMi/spark/actions/runs/2231657986 - triggered by https://github.com/EnricoMi/spark/actions/runs/2231657828 -- 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]
