Do not run MR pipelines
This commit is contained in:
parent
cab1c8e305
commit
bcabfc6d28
|
@ -23,6 +23,8 @@ test:
|
|||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
when: never
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
when: never
|
||||
- when: always
|
||||
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue