Skip to content

Commit

Permalink
build: ensure users with no secrets (dependabot) don't run android up…
Browse files Browse the repository at this point in the history
…load step
  • Loading branch information
ncw committed Mar 17, 2023
1 parent c003485 commit 68fdff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,4 @@ jobs:
env:
RCLONE_CONFIG_PASS: ${{ secrets.RCLONE_CONFIG_PASS }}
# Upload artifacts if not a PR && not a fork
if: github.head_ref == '' && github.repository == 'rclone/rclone'
if: env.RCLONE_CONFIG_PASS != '' && github.head_ref == '' && github.repository == 'rclone/rclone'

0 comments on commit 68fdff3

Please sign in to comment.