fix(Release Template): Correct rule to never run on multi pipelines.
This commit is contained in:
parent
d0bb69671d
commit
76002d406b
@ -1,7 +1,7 @@
|
||||
.release-template:
|
||||
stage: release
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "trigger"'
|
||||
- if: '$CI_PIPELINE_SOURCE == "pipeline"'
|
||||
when: never
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
when: manual
|
||||
|
||||
Loading…
Reference in New Issue
Block a user