To stop sending those pesky failure emails, that condition people to ignore anything sent by gitlab-ci.
Now we will have to click the button manually, whenever we want to bump the docs. Bugzilla: https://gitlab.freedesktop.org/freedesktop/freedesktop/issues/46 Cc: Daniel Vetter <[email protected]> Signed-off-by: Arkadiusz Hiler <[email protected]> --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab68a16..948f305 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,7 @@ check: - make check pages: + when: manual stage: deploy script: - make html -- 2.20.1 _______________________________________________ dim-tools mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dim-tools
