summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2023-03-14 17:24:24 +0100
committerErik Faye-Lund <erik.faye-lund@collabora.com>2023-03-14 16:27:45 +0000
commit7a5bd8c71597e08f91291f9e2bb4750e2b6ba113 (patch)
tree6c7044eca4dc703e37234d1b5a023ebf4a7f2a70
parentcfdfde19a88d4a5a03de1c32ab586d74a2448c1b (diff)
downloadmesa-demos-7a5bd8c71597e08f91291f9e2bb4750e2b6ba113.tar.gz
ci: enable mr-pipelines
We need this for CI to work now, due to some changes on the gitlab infrastructure. See this link for details: https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/438#what-it-means-for-me-a-maintainer-of-a-project-part-of-gitlabfreedesktoporg
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b6c81d70..a388375b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,10 @@ stages:
- container
- build
+workflow:
+ rules:
+ - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
+ - if: $CI_PIPELINE_SOURCE == 'push'
# When & how to run the CI
.ci-run-policy: