raulcd opened a new issue, #46669: URL: https://github.com/apache/arrow/issues/46669
### Describe the enhancement requested As per parent issue we are moving `ursacomputing/crossbow` tasks to `apache/arrow`. We should still notify on the scheduled nightly tasks to Zulip and email as we do today for the `ursacomputing/crossbow`. As suggested [here](https://github.com/apache/arrow/pull/46666#issuecomment-2929397874) and approach like the following could work: ```diff diff --git a/.github/workflows/cpp_extra.yml b/.github/workflows/cpp_extra.yml index 3df63568e9..6a4578ee31 100644 --- a/.github/workflows/cpp_extra.yml +++ b/.github/workflows/cpp_extra.yml @@ -164,3 +164,15 @@ jobs: ARCHERY_DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }} continue-on-error: true run: archery docker push ${{ matrix.image }} + + report: + needs: docker + name: Report + if: github.event_name == 'schedule' + steps: + - name: Notity + run: | + * Collect results + * Notify to Zulip + * Notify by e-mail + * ... ``` ### Component(s) Continuous Integration, Developer Tools -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org