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

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

kou commented on code in PR #36221:
URL: https://github.com/apache/arrow/pull/36221#discussion_r1237845486


##########
.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:
   It's a good idea!



-- 
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