From 5e8df5db00e581bad15b01252a393b16b267a8cb Mon Sep 17 00:00:00 2001 From: Rajendra Reddy Date: Tue, 7 Apr 2026 16:18:21 +0000 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bd1824b..e92e7eb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -4,11 +4,14 @@ on: workflow_call: inputs: run_build: - type: string + type: + required: true run_sonar: type: string + required: true run_deploy: type: string + required: true wait_for_quality_gate: type: string tech_stack: