Skip to content

Pipeline must pass when manual job hasn't run

Craig Smith requested to merge craigmsmith-pipeline-should-be-green into main

What does this MR do?

MR pipelines are showing a status of blocked rather than passed. This is caused by the manual job branch_release_job not having run. This job is optional and the pipeline should pass even if it doesn't run. This MR fixes that by setting allow_failure: true.

What are the relevant issue numbers?

NA

Does this MR meet the acceptance criteria?

Edited by Craig Smith

Merge request reports