diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 84aa65d..a3a38be 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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