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

[arrow] 01/01: Update r_nightly.yml

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

npr pushed a commit to branch dont-r-nightly-on-fork
in repository https://gitbox.apache.org/repos/asf/arrow.git

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

    Update r_nightly.yml
---
 .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