raulcd opened a new issue, #47844: URL: https://github.com/apache/arrow/issues/47844
### Describe the bug, including details regarding any error messages, version, and platform. If a job is failed, example this scheduled trigger for CPP Extra: https://github.com/apache/arrow/actions/runs/18578337446/job/52968529951 The report is being skipped. This was working before we refactored to a common reporting workflow due to the Linux packages job: - https://github.com/apache/arrow/pull/47600 We had an unconditional trigger on the job which was moved on the common worklow: `if: github.event_name == 'schedule' && always()` this seems to not work now, it might be required on the parent workflow instead: ``` report-package-linux: needs: - package uses: ./.github/workflows/report_ci.yml secrets: inherit ``` We should fix and validate that the reports to Zulip and email are being sent when there are failing jobs. ### Component(s) Continuous Integration -- 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]
