Skip to content

WIP: Don't include 'except:' in docs and qa hidden jobs

Achilleas Pipinellis requested to merge docs/ci-yaml-docs-qa-regex into master

What does this MR do?

This gives us the advantage of calling multiple hidden jobs under one 'except:' directive. That wouldn't be possible if each job had its own 'except:' since one would overwrite the other.

Are there points in the code the reviewer needs to double check?

Check if YAML workflow doesn't break for all jobs.

Why was this MR needed?

To avoid duplicating content.

Merge request reports