diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml index 4dbda1bfd2a4daa8e7a4bdbf70d6cb72d001f603..ab102b966f5a1185ea1851876fc3d8270854fe7d 100644 --- a/manifest-pipeline-yocto.yml +++ b/manifest-pipeline-yocto.yml @@ -57,8 +57,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: @@ -69,7 +69,6 @@ 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)