From d22d2af0046935ddbd3e046660f4b88736ae3d06 Mon Sep 17 00:00:00 2001 From: soji-kainos-nhs-temp Date: Thu, 19 Mar 2026 15:31:15 +0000 Subject: [PATCH] NPT-959 Amend Manual approval condition for deploy account infra pipeline --- .github/workflows/pipeline-deploy-account-infrastructure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline-deploy-account-infrastructure.yaml b/.github/workflows/pipeline-deploy-account-infrastructure.yaml index c041bf01..d52849c4 100644 --- a/.github/workflows/pipeline-deploy-account-infrastructure.yaml +++ b/.github/workflows/pipeline-deploy-account-infrastructure.yaml @@ -141,7 +141,7 @@ jobs: permissions: id-token: write contents: read - if: ${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') && (needs.plan-infrastructure.outputs.plan_result == 'true') }} + if: ${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') && (needs.plan-infrastructure.result == 'success') }} needs: - metadata - plan-infrastructure