raulcd commented on code in PR #50256:
URL: https://github.com/apache/arrow/pull/50256#discussion_r3492151226
##########
.github/workflows/check_labels.yml:
##########
@@ -58,9 +58,7 @@ jobs:
run: |
set -ex
case "${GITHUB_EVENT_NAME}" in
- push|schedule|workflow_dispatch)
- echo "force=true" >> "${GITHUB_OUTPUT}"
- ;;
Review Comment:
I think without this (at least for scheduled) this wouldn't run the
nightlies. Taking a look at current nigthlies it executes this:
https://github.com/apache/arrow/actions/runs/28346361277/job/84009030012
--
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]