Skip to content

Adds a dummy job to CI pipeline

Leonor Palmeira requested to merge DummyJobIfRandomBranch into master

When a pipeline runs with no Jobs, the Gitlab web browser interface complains with a weird error:

An error occurred while trying to run a new pipeline for this Merge Request.

The trick for this Public project, is to add a dummy job at the end of the pipeline which will be run regardless of any condition.

Merge request reports