Skip to content

Make the CI jobs block merge requests

Spindel 🕷 Ljungmark requested to merge ci-blocks-merge into master

CI jobs had no "rules" section and were thus implicitly "push only" rules, this changes the main jobs to be bound to the MR rather than the push event, which is required to make them block merges.

Lesson learned, once you start adopting "rules:" all the jobs in the pipelines need "rules:"

Issue: #59 (closed)

Edited by Spindel 🕷 Ljungmark

Merge request reports