From a7ec08cd7a038a487cb8b9b87519c08e5845e06a Mon Sep 17 00:00:00 2001 From: Lorenzo Pagliai <lorenzo.pagliai@seco.com> Date: Thu, 17 Nov 2022 15:54:50 +0100 Subject: [PATCH] Bug fix --- manifest-pipeline-yocto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml index 5c5dd54..25cf064 100644 --- a/manifest-pipeline-yocto.yml +++ b/manifest-pipeline-yocto.yml @@ -39,7 +39,6 @@ workflow: # Explicitly allow externally triggered pipelines in every case - if: $CI_PIPELINE_SOURCE == "api" - if: $CI_PIPELINE_SOURCE == "pipeline" - when: manual - if: $CI_PIPELINE_SOURCE == "web" # Do not run pipelines for merge requests - if: $CI_MERGE_REQUEST_IID @@ -62,6 +61,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) - if: $CI_PIPELINE_SOURCE == "schedule" -- GitLab