From 705901b125d4f723d80bd2d17c1069eff2091206 Mon Sep 17 00:00:00 2001 From: Lorenzo Pagliai <lorenzo.pagliai@seco.com> Date: Sun, 4 Dec 2022 15:52:09 +0100 Subject: [PATCH] Insert whne: always rule in schedule --- manifest-pipeline-yocto.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml index 6c70bac..393e058 100644 --- a/manifest-pipeline-yocto.yml +++ b/manifest-pipeline-yocto.yml @@ -49,7 +49,6 @@ workflow: - if: $CI_PIPELINE_SOURCE == "api" - if: $CI_PIPELINE_SOURCE == "pipeline" - if: $CI_PIPELINE_SOURCE == "web" - - if: $CI_PIPELINE_SOURCE == "schedule" # Do not run pipelines for merge requests - if: $CI_MERGE_REQUEST_IID when: never -- GitLab