xf86-video-amdgpu: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 25 16:54:56 UTC 2025


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

New commits:
commit 0befaabbfed49dec73c2727a96e981b67b947efb
Author: Mario Limonciello <mario.limonciello at amd.com>
Date:   Wed Jun 25 09:55:30 2025 -0500

    trivial: Add workflow rules
    
    Suggested-by: Michel Dänzer <mdaenzer at redhat.com>
    Signed-off-by: Mario Limonciello <mario.limonciello at amd.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e560c7..3ca4055 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,3 +63,8 @@ linux-clang:
   extends: linux
   variables:
     CC: clang
+
+workflow:
+  rules:
+    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
+    - if: $CI_PIPELINE_SOURCE == 'push'


More information about the xorg-commit mailing list