Skip to content

Commit 4c9d64e

Browse files
committed
disable gitlab pipeline for now
- does not add anything useful at the moment
1 parent e90b9f3 commit 4c9d64e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ variables:
1717
workflow:
1818
rules:
1919
# only run the pipeline on merge requests and when the title does not contain Draft
20-
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TITLE !~ /Draft/
20+
#- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TITLE !~ /Draft/
21+
- when: never
2122

2223
stages:
2324
- image

0 commit comments

Comments
 (0)