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