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
This commit is contained in:
parent
5b54442a48
commit
bc056c41bc
@ -114,6 +114,8 @@ docs-jsonrpc:
|
|||||||
stage: optional
|
stage: optional
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
except:
|
||||||
|
- nightly
|
||||||
cache: {}
|
cache: {}
|
||||||
script:
|
script:
|
||||||
- scripts/gitlab/docs-jsonrpc.sh
|
- scripts/gitlab/docs-jsonrpc.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user