From 211791f9a26cad16811a2abe09adcbb04e1538b4 Mon Sep 17 00:00:00 2001 From: Rajendra Reddy Date: Tue, 7 Apr 2026 16:12:50 +0000 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1edd3f8..bd1824b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -5,16 +5,12 @@ on: inputs: run_build: type: string - default: true run_sonar: type: string - default: true run_deploy: type: string - default: false wait_for_quality_gate: type: string - default: true tech_stack: type: string required: true