Skip to content

Split jobs up into 2 pipelines

Matthias Käppler requested to merge 208100-split-pipelines into master

We had been running both jobs in the same pipeline, which isn't ideal because often we just want to test one not the other.

We can split these up per schedule by setting an ENV var.

Merge request reports