Skip to content

Fixing the cb trigger

Christoph Alt requested to merge ob28imeq/walberla:cbtriggerfix into master

The cb trigger currently is added as a blocked job to every MR Pipeline. This is a problem since the job need to be run for every merge request. For jobs where the when: manual is set within in a rule, the allow_failure is set to false by default. Setting the allow_failure to true explicitly should fix that

Merge request reports