diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml index 3c3cffcb59632509f7a27016ae15b505c34d054c..7c1ca68f2df2e7d78cfb0d40024226930489592e 100644 --- a/manifest-pipeline-yocto.yml +++ b/manifest-pipeline-yocto.yml @@ -58,8 +58,8 @@ workflow: - if: $CI_PROJECT_ID != $MANIFEST_PROJECT_ID when: never # Do not run pipelines on integration branches - #- if: $CI_COMMIT_REF_NAME =~ /^integrate\/.*/ - # when: never + - if: $CI_COMMIT_REF_NAME =~ /^integrate\/.*/ + when: never # In all other cases, run the pipeline automatically .full_build_pipeline: