diff options
Diffstat (limited to '.gitlab/rules.yml')
-rw-r--r-- | .gitlab/rules.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/rules.yml b/.gitlab/rules.yml index e4267d5..5642c15 100644 --- a/.gitlab/rules.yml +++ b/.gitlab/rules.yml @@ -66,6 +66,8 @@ variables: RSYNC_DESTINATION: "dev" when: on_success + - if: '$CMAKE_CI_PACKAGE != null && $CI_JOB_STAGE == "prep"' + when: manual - if: '$CMAKE_CI_PACKAGE != null && $CI_JOB_STAGE != "upload"' when: on_success - when: never |