From 5b7402b7a0ab41b2944a291bf928c595ed36dde7 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Tue, 30 Apr 2019 14:22:33 +0300 Subject: gitlab-ci: Make pages job manual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To stop sending those pesky failure emails, that condition people to ignore anything sent from gitlab-ci. Now we will have to click the button manually, whenever we want to bump the docs. Cc: Petri Latvala Cc: Ville Syrjälä Signed-off-by: Arkadiusz Hiler Bugzilla: https://gitlab.freedesktop.org/freedesktop/freedesktop/issues/46 Reviewed-by: Daniel Vetter --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae8cbb67..94f9f162 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -137,6 +137,7 @@ test:test-list-diff: ################### DEPLOY ######################### pages: + when: manual dependencies: - build:tests-fedora stage: deploy -- cgit v1.2.3