You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/06/22 09:05:22 UTC

[GitHub] [arrow] raulcd commented on a diff in pull request #36221: GH-36220: [CI] Run the "Docker Push" step only on the main branch

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org