From 8cdd7eee4ddbe3ff047951cca93cbd3d0e67f8e9 Mon Sep 17 00:00:00 2001
From: Lorenzo Pagliai <lorenzo.pagliai@seco.com>
Date: Sun, 4 Dec 2022 15:57:00 +0100
Subject: [PATCH] Change rules position

---
 manifest-pipeline-yocto.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml
index 393e058..4dbda1b 100644
--- a/manifest-pipeline-yocto.yml
+++ b/manifest-pipeline-yocto.yml
@@ -69,6 +69,7 @@ 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