feat(Release Template) Add not Triggered to release template so.
Releases should not be come from Triggered pipelines normaly
This commit is contained in:
parent
e146ca7a1e
commit
cf7081e735
@ -1,6 +1,8 @@
|
||||
.release-template:
|
||||
stage: release
|
||||
rules:
|
||||
- if: CI_PIPELINE_TRIGGERED
|
||||
when: never
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
when: manual
|
||||
- when: never
|
||||
@ -8,4 +10,4 @@
|
||||
PARENT_PIPELINE_ID: $CI_PIPELINE_ID
|
||||
trigger:
|
||||
include: release.gitlab-ci.yml
|
||||
strategy: depend
|
||||
strategy: depend
|
||||
|
||||
Loading…
Reference in New Issue
Block a user