Skip to content

Fix `gitlab:ui:visual` to not run for docs

Steve Xuereb requested to merge fix-gitlab-ui-visual-job into master

What does this MR do?

Fix gitlab:ui:visual to not run for docs

What are the relevant issue numbers?

The gitlab:ui:visual is using the anchor *except-docs to not run the job when it's a docs change, but since we are redefining expect in the job this is overrided, which results into the job running anyways when it's a docs change. For example https://gitlab.com/gitlab-org/gitlab-ce/pipelines/50890096

Does this MR meet the acceptance criteria?

Merge request reports