diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1384bc3..c413f7f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,10 +12,8 @@ jobs: with: tech_stack: node - # enable_* avoids Gitea Act dropping run_sonar/run_deploy (quoted strings for Act). - enable_build: 'true' - enable_sonar: 'true' - enable_deploy: 'true' + # Single string — WDIPL-Runner drops extra workflow_call boolean/string flags (only first sticks). + ci_steps: 'build,sonar,deploy' wait_for_quality_gate: 'false' app_path_beta: /var/www/app-beta