mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
build: ensure users with no secrets (dependabot) don't run android upload step
This commit is contained in:
parent
c003485ae3
commit
68fdff3c27
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user