xorgproto: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Feb 3 04:19:06 UTC 2025


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

New commits:
commit 9d5e1d1dc150e0eb3a562020f2069fad7ec9b3a9
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Feb 3 13:56:30 2025 +1000

    CI: add workflow rules
    
    Required for pipelines to run after some infrastructure changes, see
    https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/438
    
    Part-of: <https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/merge_requests/95>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e8a2aa..39f573b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,13 @@ include:
     file: '/templates/ci-fairy.yml'
   - template: Security/SAST.gitlab-ci.yml
 
+workflow:
+  rules:
+    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
+    - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
+      when: never
+    - if: $CI_COMMIT_BRANCH
+
 # global variables to be used by most/all jobs.
 variables:
   FDO_UPSTREAM_REPO: 'xorg/proto/xorgproto'


More information about the xorg-commit mailing list