Fixing the cb trigger

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

Loading