raulcd opened a new pull request, #47755: URL: https://github.com/apache/arrow/pull/47755
### Rationale for this change It failed notifying on Zulip and the email, see: https://lists.apache.org/thread/12glcwk1jb8lb5x6lw3t2vr6zn9kp66v We basically were ignoring all jobs except the report-ci :disappointed: ### What changes are included in this PR? The check was wrong, I clearly did not test this properly after the latest change, sorry about that. ### Are these changes tested? I validated locally, without the change: ``` $ archery ci report-chat --dry-run --ignore report-ci --repository apache/arrow 18329667061 *Extra CI GitHub report for <https://github.com/apache/arrow/actions/runs/18329667061|C++ Extra>* :tada: *1 successful jobs* ``` with the change: ``` archery ci report-chat --dry-run --ignore report-ci --repository apache/arrow 18329667061 *Extra CI GitHub report for <https://github.com/apache/arrow/actions/runs/18329667061|C++ Extra>* :tada: *5 successful jobs* ``` ### Are there any user-facing changes? No -- 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]
