Skip to content

Yocto manifest build: re-enable build:merge_request job

Tim Jaacks requested to merge fix-build-merge-request-job into master

This job was accidentally disabled in 2e6c1b4f, because it was included in the generated child pipeline. This pipeline is not created on the master, though, so the condition for the job was never met.

Move the job to the parent pipeline again, so that it gets executed on the master like before.

Merge request reports