Update .gitea/workflows/ci.yml

This commit is contained in:
2026-04-07 16:18:21 +00:00
parent 211791f9a2
commit 5e8df5db00

View File

@@ -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: