raulcd commented on code in PR #36221:
URL: https://github.com/apache/arrow/pull/36221#discussion_r1238233442
##########
.github/workflows/cpp.yml:
##########
@@ -114,7 +114,11 @@ jobs:
ulimit -c unlimited
archery docker run ${{ matrix.image }}
- name: Docker Push
- if: success() && github.event_name == 'push' && github.repository ==
'apache/arrow'
+ if: >-
+ success() &&
Review Comment:
I've created an issue to track it:
https://github.com/apache/arrow/issues/36235
--
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]