Skip to content

Commit

Permalink
MINOR: Suppress nightly java build uploads on a fork (#14023)
Browse files Browse the repository at this point in the history
Similar to [this earlier PR](#13457), but for Java.

Authored-by: Todd Farmer <[email protected]>
Signed-off-by: Ian Cook <[email protected]>
  • Loading branch information
toddfarmer authored Sep 1, 2022
1 parent fea7cc3 commit a8bb7f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/java_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
- cron: '0 14 * * *'
jobs:
upload:
if: github.repository == 'apache/arrow'
env:
PREFIX: ${{ github.event.inputs.prefix || ''}}
CROSSBOW_GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit a8bb7f4

Please sign in to comment.