Skip to content

Commit

Permalink
MINOR: [R] Don't try to upload nightlies on a fork (apache#13457)
Browse files Browse the repository at this point in the history
Even if you wanted to, authorization will fail

See also apache@4643066 cc @assignUser 

Authored-by: Neal Richardson <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
nealrichardson authored Jun 29, 2022
1 parent 7d30abe commit 0fba51e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/r_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ on:

jobs:
upload:
if: github.repository == 'apache/arrow'
runs-on: ubuntu-latest
steps:
- name: Checkout Arrow
Expand Down

0 comments on commit 0fba51e

Please sign in to comment.