Skip to content

ci: avoid always running build/test jobs

Introduce a trigger job with rules that will allow it to always run when the MR is assigned to Marge and the final tests will be run before being merge.

This means that Post-merge pipelines and MR pipelines that are not assigned to Marge, will require a manual run of the trigger job before the build/test will execute.

This should help easy the load on the gitlab runners.

Related to #417 (closed)

Close #401 (closed)

Edited by Jordan Petridіs

Merge request reports