From e7875c57f0162373b611c7c867ed38625a686a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20L=C3=BCpges?= Date: Tue, 1 Oct 2024 11:15:15 +0200 Subject: [PATCH] Also run checkMLC in MRs - Closes #4309 --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc2396e3fa..fabd25b6f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -195,6 +195,9 @@ checkMLCs: paths: - "**/target/reports/" expire_in: 1 week + only: + - merge_requests + - branches except: - master