Commit b7b5cd7a authored by Clement Ho's avatar Clement Ho

Merge branch 'adriel-add-ci-visual-skip-trigger' into 'master'

Allow skip trigger for gitlab:ui:visual

Closes gitlab-ui#198

See merge request gitlab-org/gitlab-ce!25894
parents 2e790057 6b4beea2
......@@ -703,6 +703,9 @@ gitlab:ui:visual:
- app/assets/stylesheets/*.scss
- app/assets/stylesheets/**/*.scss
- app/assets/stylesheets/**/**/*.scss
except:
variables:
- $CI_COMMIT_MESSAGE =~ /\[skip visual\]/i
artifacts:
paths:
- tests/__image_snapshots__/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment