From 88c5aea5d3734870875ea0cf4ca5f72a5306cce8 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 17 Feb 2026 14:57:07 -0800 Subject: [PATCH] gitlab CI: add main branch to exception list for check-commits Signed-off-by: Alan Coopersmith Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22aadf97c..65587123d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -326,7 +326,7 @@ check-commits: script: - ci-fairy check-commits --junit-xml=results.xml except: - - master@xorg/xserver + - main@xorg/xserver variables: GIT_DEPTH: 100 artifacts: