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: