From c35bfdc0858cc18b8f4836c94d7f6c97db287301 Mon Sep 17 00:00:00 2001
From: Lorenzo Pagliai <lorenzo.pagliai@seco.com>
Date: Sun, 4 Dec 2022 16:02:10 +0100
Subject: [PATCH] Comment workflow rule avoiding to run on itnegration branch

* Change syntax rule
---
 manifest-pipeline-yocto.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml
index 1edaa60..e8e7bd3 100644
--- a/manifest-pipeline-yocto.yml
+++ b/manifest-pipeline-yocto.yml
@@ -57,8 +57,8 @@ workflow:
     - if: $CI_PROJECT_ID != $MANIFEST_PROJECT_ID
       when: never
     # Do not run pipelines on integration branches
-    - if: $CI_COMMIT_REF_NAME =~ /^integrate\/.*/
-      when: never
+    #- if: $CI_COMMIT_REF_NAME =~ /^integrate\/.*/
+    #  when: never
     # In all other cases, run the pipeline automatically
 
 .full_build_pipeline:
@@ -69,7 +69,6 @@ workflow:
     - if: $CI_COMMIT_REF_NAME != $MASTER_BRANCH
     - if: $CI_PIPELINE_SOURCE == "api"
     - if: $CI_PIPELINE_SOURCE == "pipeline"
-      when: manual
     - if: $CI_PIPELINE_SOURCE == "web"
     # Trigger the pipeline on schedule basis (for weekly release) 
 
-- 
GitLab