From 07149d63216b9ec634591659d214a3752c04a850 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 16 Nov 2023 16:55:33 +0930 Subject: [PATCH] fix(ci): disable jobs not required, docs !11 --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abe8ba1..a92fb24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,3 +82,12 @@ Website.Submodule.Deploy: extends: .submodule_update_trigger variables: SUBMODULE_UPDATE_TRIGGER_PROJECT: nofusscomputing/infrastructure/website + + +Documentation.Lint: + rules: + - when: never + +Documentation.Build: + rules: + - when: never \ No newline at end of file