diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml index 5c5dd54f7581f2557e4be5418997d1a242c1daa1..25cf064a9297eacde7ccf37a228b4a35d9725412 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"