From aff6834329b32c799514595ed456e9ea2ed8293e Mon Sep 17 00:00:00 2001 From: WDI-Ideas Date: Wed, 8 Apr 2026 00:13:20 +0530 Subject: [PATCH] chore(ci): pin Central CI and skip npm compile for sonar path test Made-with: Cursor --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 883668c..b60e889 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,13 +8,14 @@ on: jobs: ci: # Pin SHA (bump when wdipl-actions ci.yml changes). Propagates ci_steps via build workflow outputs. - uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/ci.yml@8126e71262c259103a6d352744399773792dfcff + uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/ci.yml@821abc7d0b352e6385cf542ca8b117ec23a2f077 with: tech_stack: node # Single string — WDIPL-Runner drops extra workflow_call boolean/string flags (only first sticks). ci_steps: 'build,sonar,deploy' + skip_node_compile: 'true' wait_for_quality_gate: 'false' app_path_beta: /var/www/app-beta