Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62d24f048a | ||
|
|
0966fce08c | ||
|
|
9472979a16 |
@@ -7,10 +7,10 @@ include:
|
|||||||
workflow:
|
workflow:
|
||||||
rules:
|
rules:
|
||||||
# Allow manual merge request pipelines when MANUAL_TRIGGER is set
|
# Allow manual merge request pipelines when MANUAL_TRIGGER is set
|
||||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $MANUAL_TRIGGER == "1"'
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $MANUAL_TRIGGER == "1"
|
||||||
when: always
|
when: always
|
||||||
# Prevent automatic merge request pipelines
|
# Prevent automatic merge request pipelines
|
||||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
when: never
|
when: never
|
||||||
# Allow all other pipeline sources (push, manual, API)
|
# Allow all other pipeline sources (push, manual, API)
|
||||||
- when: always
|
- when: always
|
||||||
|
|||||||
Reference in New Issue
Block a user