gitlab CI: add main branch to exception list for check-commits

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2129>
This commit is contained in:
Alan Coopersmith 2026-02-17 14:57:07 -08:00
parent 9c35efe978
commit 88c5aea5d3

View file

@ -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: