summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ae2a36..5933203 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,13 @@ stages:
variables:
GIT_DEPTH: "1"
+# New rule necessary to allow CI to run for merge requests of external contributors.
+# See: https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/540
+workflow:
+ rules:
+ - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
+ - if: $CI_PIPELINE_SOURCE == 'push'
+
## GNU/Linux 64-bit CIs ##
debian/testing-gcc: