feat(exx-Pipeline): exclude MRs rule
This commit is contained in:
parent
6cccbbacb4
commit
5f09f8d853
@ -13,6 +13,8 @@
|
|||||||
# This is so depending triggers can run successfully.
|
# This is so depending triggers can run successfully.
|
||||||
- if: '$CI_PIPELINE_SOURCE == "pipeline"'
|
- if: '$CI_PIPELINE_SOURCE == "pipeline"'
|
||||||
when: never
|
when: never
|
||||||
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||||
|
when: never
|
||||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||||
when: manual
|
when: manual
|
||||||
- if: $CI_COMMIT_REF_NAME == 'Templates2.0'
|
- if: $CI_COMMIT_REF_NAME == 'Templates2.0'
|
||||||
@ -25,6 +27,8 @@
|
|||||||
.release-release-branch:
|
.release-release-branch:
|
||||||
extends: .release-common
|
extends: .release-common
|
||||||
rules:
|
rules:
|
||||||
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||||
|
when: never
|
||||||
- if: $CI_COMMIT_REF_NAME =~ /^RELEASE.*/
|
- if: $CI_COMMIT_REF_NAME =~ /^RELEASE.*/
|
||||||
when: manual
|
when: manual
|
||||||
#Do not make releases available in TAG CIs
|
#Do not make releases available in TAG CIs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user