Compare commits
4 Commits
test-draft
...
cib
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62d24f048a | ||
|
|
0966fce08c | ||
|
|
9472979a16 | ||
|
|
170928aaa1 |
@@ -3,6 +3,18 @@
|
|||||||
include:
|
include:
|
||||||
- local: '.gitlab-ci-release.yml'
|
- local: '.gitlab-ci-release.yml'
|
||||||
|
|
||||||
|
# Control when pipelines are created
|
||||||
|
workflow:
|
||||||
|
rules:
|
||||||
|
# Allow manual merge request pipelines when MANUAL_TRIGGER is set
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $MANUAL_TRIGGER == "1"
|
||||||
|
when: always
|
||||||
|
# Prevent automatic merge request pipelines
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
|
when: never
|
||||||
|
# Allow all other pipeline sources (push, manual, API)
|
||||||
|
- when: always
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DEFAULT_TAG: ""
|
DEFAULT_TAG: ""
|
||||||
MIRROR_DOCKER: docker.io
|
MIRROR_DOCKER: docker.io
|
||||||
|
|||||||
Reference in New Issue
Block a user