diff --git a/.github/workflows/primary.yaml b/.github/workflows/primary.yaml index 12c8e9a3e..7950afe59 100644 --- a/.github/workflows/primary.yaml +++ b/.github/workflows/primary.yaml @@ -75,7 +75,7 @@ jobs: verify-backend: needs: detect-changes - if: github.ref != 'refs/heads/main' && needs.detect-changes.outputs.run-backend == 'true' + if: github.ref != 'refs/heads/main' && needs.detect-changes.outputs.run-iac == 'true' strategy: max-parallel: 1 matrix: