Update .gitlab-ci.yml file
This commit is contained in:
parent
63c57e4d98
commit
32b6d476ca
@ -8,6 +8,8 @@ variables:
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
- if: $CI_PIPELINE_SOURCE == "web"
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
||||
when: never
|
||||
|
Loading…
x
Reference in New Issue
Block a user