ci: changed custom python and docs build to manual

this will reduce runners compute usage
This commit is contained in:
ITQ
2025-04-03 02:21:19 +03:00
parent 36e3234b2a
commit 374713981b
+2
View File
@@ -66,6 +66,7 @@ build_checker:
build_custom-python:
<<: *build-template
when: manual
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
variables:
@@ -75,6 +76,7 @@ build_custom-python:
build_docs:
<<: *build-template
when: manual
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
variables: