From 8c92eee4486a9ed94bd11dd2e8a4a3464ba699a8 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 22 Apr 2026 12:45:44 +0000 Subject: [PATCH] fix deployment order --- .github/workflows/deploy_terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 2077f686..398232c6 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -413,7 +413,7 @@ jobs: # Deploy FastAPI Lambda # ============================================================ fast_api_lambda: - needs: [determine_stage, ara_engine_lambda, categorisation_lambda, postcodeSplitter_lambda] + needs: [determine_stage, ara_engine_lambda, categorisation_lambda, postcodeSplitter_lambda, bulk_address2uprn_combiner_lambda] uses: ./.github/workflows/_deploy_lambda.yml with: lambda_name: ara_fast_api