Skip to content

citemplate: make it so docker builds only run automatically for detached pipelines

Jordan Petridіs requested to merge alatiera/gst-ci:alatiera/workflow-fix into master

Currently, if you have a MR open, there 2 pipelines being triggered. One normal, and one detached.

Previously, if you were to rebuild an image, the jobs of the docker build stage would be executed concurrently, race and end up both rebuilding the image.

Make them manual for normal pipelines to avoid such occurrence and waste of resources.

Edited by Jordan Petridіs

Merge request reports