pixman: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 7 07:25:13 UTC 2024


 .gitlab-ci.yml |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit e5f8efc4c740aed8f210bbd379d961ecd951b7d2
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Aug 7 09:59:12 2024 +1000

    ci: add workflow rules to allow for MR pipelines
    
    See
    https://gitlab.freedesktop.org/freedesktop/freedesktop/-/wikis/GitLab-CI#for-project-developers

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 296b6cd..3fe0725 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,10 @@
+workflow:
+    rules:
+    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
+    - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
+      when: never
+    - if: $CI_COMMIT_BRANCH
+
 image: fedora:39
 
 meson-build:


More information about the xorg-commit mailing list