From 8d27f282e40f855a41de53becba07fd5a2ceee0f Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 3 Nov 2024 19:05:59 -0500 Subject: [PATCH] reduce the message-check to ignore the over-long one Signed-off-by: Thomas E. Dickey --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9cb699..bffb9f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ check-commits: except: - master@xorg/lib/libXcursor variables: - GIT_DEPTH: 100 + GIT_DEPTH: 10 artifacts: reports: junit: results.xml