diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2019-03-07 08:03:30 +0000 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2019-03-07 08:03:30 +0000 |
commit | 3fd8e1c70b087239702d137a50029aa013059125 (patch) | |
tree | f8664e54d03af38edc88d2f8f4745fb40ac95788 /.gitlab-ci.yml | |
parent | 1557289ce3e7e6d3fec6055333587d268974f913 (diff) | |
download | gitlab-ce-3fd8e1c70b087239702d137a50029aa013059125.tar.gz |
Disable gitlab:ui:visual for documentation changes
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e4d7c149f4..17189727d1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -684,6 +684,7 @@ gitlab:assets:compile: - gitlab-org gitlab:ui:visual: + <<: *except-docs tags: - gitlab-org before_script: [] |