CI: Do not try to run deploy when building from a fork
This commit is contained in:
parent
fec98ce1a2
commit
443c74a418
|
@ -64,3 +64,4 @@ deploy:
|
|||
script: utils/packpack/rsync_xfer.sh
|
||||
on:
|
||||
branch: master
|
||||
condition: fork = false
|
||||
|
|
Loading…
Reference in New Issue