Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 59dfc43

Browse files
committed
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
1 parent 6ae0121 commit 59dfc43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ docs-jsonrpc:
114114
stage: optional
115115
only:
116116
- tags
117+
except:
118+
- nightly
117119
cache: {}
118120
script:
119121
- scripts/gitlab/docs-jsonrpc.sh

0 commit comments

Comments
 (0)