From 168e2ea2696a246b05cca5a64b1755378cb32054 Mon Sep 17 00:00:00 2001
From: Lorenzo Pagliai <lorenzo.pagliai@seco.com>
Date: Sun, 4 Dec 2022 16:20:14 +0100
Subject: [PATCH] Fix on retrigger trigger rules

---
 manifest-pipeline-yocto.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml
index 7c1ca68..6c70bac 100644
--- a/manifest-pipeline-yocto.yml
+++ b/manifest-pipeline-yocto.yml
@@ -130,10 +130,6 @@ retrigger:
   extends:
     - .infrastructure
     - .full_build_pipeline
-  rules: 
-    #Do not run on schedule
-    - if: $CI_PIPELINE_SOURCE == "schedule"
-      when: never
   stage: retrigger
   rules:
     - if: $CI_PIPELINE_SOURCE == "pipeline"
-- 
GitLab