From f4af455c48e197059eb3fbd27d12189240133970 Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Tue, 21 Nov 2023 21:54:16 +0100
Subject: [PATCH] Stop MR pipeline

---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 164d39f6..a917d828 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,8 @@
+workflow:
+   rules:
+    - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
+      when: never
+
 # Functions that should be executed before the build script is run
 
 variables:
-- 
GitLab