Adjusting jobs needs.

This commit is contained in:
2024-12-20 14:13:44 -05:00
committed by Trez.One
parent 54a360df14
commit a7d7bb9ad0
@@ -105,7 +105,7 @@ jobs:
scan-json-merge-pr:
name: Merge PR if checks pass
runs-on: ubuntu-latest
needs: [check-and-create-pr, sonarqube-analysis-dry-run]
needs: sonarqube-analysis-dry-run
if: needs.sonarqube-analysis-dry-run.outputs.quality_gate_status == 'PASSED'
steps:
- name: Checkout Code