summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric@igalia.com>2023-09-26 16:39:20 +0100
committerEric Engestrom <eric@igalia.com>2023-09-26 16:40:04 +0100
commitb076d85838170e3fcb1fe51e50792696fc9171fe (patch)
treef11e5d422fdd93084847d14125413f3b0e445854
parentea6c5d1eeefbfb0a1c27ab74a6e4621f1d9adf4c (diff)
ci: enable MR pipelines
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e09824..4782f0d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,11 @@
+workflow:
+ rules:
+ # do not duplicate pipelines on merge pipelines
+ - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
+ when: never
+ # Everything else gets a pipeline
+ - when: always
+
.meson:
stage: build
script: