From 8cf3a5504aec8a2583b8077e53c003314a1c89f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franck=20P=C3=A9rignon?=
 <franck.perignon@univ-grenoble-alpes.fr>
Date: Wed, 5 Jun 2024 19:20:41 +0200
Subject: [PATCH] test

---
 ci/ci-templates.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ci/ci-templates.yml b/ci/ci-templates.yml
index d2e9f3a49..263c6a634 100644
--- a/ci/ci-templates.yml
+++ b/ci/ci-templates.yml
@@ -116,11 +116,11 @@ stages:
 
 workflow:
   rules:
-    - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS # To avoid duplicate pipelines
-      when: never
+    #- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS # To avoid duplicate pipelines
+    #  when: never
     #- if: $CI_PIPELINE_SOURCE == "merge_request_event" # If a source branch of a MR is updated
     #  when: always
-    - if: $CI_OPEN_MERGE_REQUESTS # If a MR is created
+    #- if: $CI_OPEN_MERGE_REQUESTS # If a MR is created
     - if: $CI_COMMIT_MESSAGE =~ /\[all-jobs\]/  # If the commit message contains "all jobs"
     - if: $CI_COMMIT_TAG
     - if: $CI_COMMIT_BRANCH       # If a branch is updated -> delegates specific behavior control to the jobs
-- 
GitLab