From 6690100cca434be8f3af21da2536c85e2db9e661 Mon Sep 17 00:00:00 2001 From: Afri Schoedon <5chdn@users.noreply.github.com> Date: Tue, 9 Oct 2018 12:50:31 +0200 Subject: [PATCH] CI: Skip docs job for nightly (#9693) * ci: force-tag wiki changes * ci: force-tag wiki changes * ci: skip docs job for master and nightly * ci: revert docs job checking for nightly tag * ci: exclude docs job from nightly builds in gitlab script --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5524379aeb..f80245bb0b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,6 +114,8 @@ docs-jsonrpc: stage: optional only: - tags + except: + - nightly cache: {} script: - scripts/gitlab/docs-jsonrpc.sh