From 09f1f8752a7a7c061c652ae5b25d90133e5c239e Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 10 Apr 2026 14:51:08 -0400 Subject: [PATCH] gitlab-ci: mark Bullseye as no-MR MR pipelines lack license information. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba6f0f0c22..289c6c6fc4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -220,6 +220,7 @@ b:fedora43-bullseye-coverage: - .rules variables: CMAKE_CI_JOB_NIGHTLY: "true" + CMAKE_CI_JOB_NO_MR: "true" CMAKE_CI_JOB_RUN_MANUALLY: "true" t:fedora43-bullseye-coverage: @@ -235,6 +236,7 @@ t:fedora43-bullseye-coverage: - b:fedora43-bullseye-coverage variables: CMAKE_CI_JOB_NIGHTLY: "true" + CMAKE_CI_JOB_NO_MR: "true" a:fedora43-bullseye-coverage: extends: @@ -247,6 +249,7 @@ a:fedora43-bullseye-coverage: - t:fedora43-bullseye-coverage variables: CMAKE_CI_JOB_NIGHTLY: "true" + CMAKE_CI_JOB_NO_MR: "true" # Linux builds