Correcting conditional on L49.

This commit is contained in:
2024-12-02 09:14:37 -05:00
parent 121f1ee423
commit 18b6dfb2a5
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
docker-compose-dry-run:
name: Dry Run Docker Compose
runs-on: self-hosted
if: needs.sonarqube.outputs.quality-gate == 'true'
if: ${{ steps.quality-gate.outputs.quality-gate-status }} == 'PASSED'
steps:
- name: Docker Compose Lint
uses: sjafferali/docker-compose-lint-action@v0.1.2