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:
|
.release-template:
|
||||||
stage: release
|
stage: release
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "trigger"'
|
- if: '$CI_PIPELINE_SOURCE == "pipeline"'
|
||||||
when: never
|
when: never
|
||||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||||
when: manual
|
when: manual
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user