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

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

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


##########
.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:
   We might be able to reduce code duplication a bit by refactoring this into an action (similar to #35896 )



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