You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/06/29 01:11:10 UTC

[arrow] branch master updated: MINOR: [R] Don't try to upload nightlies on a fork (#13457)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 0fba51ecde MINOR: [R] Don't try to upload nightlies on a fork (#13457)
0fba51ecde is described below

commit 0fba51ecde7142b857853a833f8589fc27887cbf
Author: Neal Richardson <ne...@gmail.com>
AuthorDate: Tue Jun 28 21:11:03 2022 -0400

    MINOR: [R] Don't try to upload nightlies on a fork (#13457)
    
    Even if you wanted to, authorization will fail
    
    See also https://github.com/apache/arrow/pull/13453/commits/4643066e7ebb0cc99c72ec61d1a0cb435075a34b cc @assignUser
    
    Authored-by: Neal Richardson <ne...@gmail.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 .github/workflows/r_nightly.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/r_nightly.yml b/.github/workflows/r_nightly.yml
index 0f657a85ad..e4693a155f 100644
--- a/.github/workflows/r_nightly.yml
+++ b/.github/workflows/r_nightly.yml
@@ -34,6 +34,7 @@ on:
 
 jobs:
   upload:
+    if: github.repository == 'apache/arrow'
     runs-on: ubuntu-latest
     steps:
       - name: Checkout Arrow