diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a5df26c..a0f4ae2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -97,7 +97,6 @@ jobs: # 🔍 SONAR sonar: if: inputs.run_sonar == true || inputs.run_sonar == 'true' - needs: build uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/quality.yml@main with: wait_for_quality_gate: ${{ inputs.wait_for_quality_gate }} @@ -108,7 +107,6 @@ jobs: # 🚀 DEPLOY deploy: if: inputs.run_deploy == true || inputs.run_deploy == 'true' - needs: [build, sonar] uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/deploy.yml@main with: tech_stack: ${{ inputs.tech_stack }}