docs(ci): note boolean run_* flags for central wdipl-actions CI
All checks were successful
Project CI-testing / ci (push) Successful in 0s

Made-with: Cursor
This commit is contained in:
WDI-Ideas
2026-04-07 23:31:35 +05:30
parent 552f4a717a
commit bf178bb3f0

View File

@@ -12,7 +12,7 @@ jobs:
with:
tech_stack: node
# Gitea may pass these as booleans; central CI accepts bool or string (see job if: there).
# Central CI expects YAML booleans (type: boolean). Do not use quoted "true"/"false".
run_build: true
run_sonar: true
run_deploy: true