ci: drop useless `check-commits` stage

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-27 12:52:17 +02:00
parent 14e0b1715b
commit 4f70b1bed5

View File

@ -307,25 +307,6 @@ xf86-driver-build-test:
changes: changes:
*xorg_paths *xorg_paths
#
# Verify that commit messages are as expected
#
check-commits:
extends:
- .fdo.ci-fairy
needs: []
stage: test
script:
- ci-fairy check-commits --junit-xml=results.xml
except:
- master@xorg/xserver
variables:
GIT_DEPTH: 100
artifacts:
reports:
junit: results.xml
allow_failure: true
# #
# Verify that the merge request has the allow-collaboration checkbox ticked # Verify that the merge request has the allow-collaboration checkbox ticked
# #