Do not run MR pipelines

This commit is contained in:
Ciapa 2023-04-16 20:24:39 +00:00
parent cab1c8e305
commit bcabfc6d28
1 changed files with 2 additions and 0 deletions

View File

@ -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: