Skip to content

Commit

Permalink
[PRMP-1188] remove conditional deploy of lambda, doesn't work as expe…
Browse files Browse the repository at this point in the history
…cted
  • Loading branch information
steph-torres-nhs committed Dec 20, 2024
1 parent c34ad77 commit 85ea123
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/base-lambdas-reusable-deploy-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,6 @@ jobs:

deploy_mns_notification_lambda:
name: Deploy mns notification lambda
strategy:
matrix:
env_to_build_on: ['prod', 'pre-prod', 'ndr-test', 'ndr-dev']
if: ${{ matrix.env_to_build_on }} == ${{ inputs.sandbox }}
uses: ./.github/workflows/base-lambdas-reusable-deploy.yml
with:
environment: ${{ inputs.environment}}
Expand Down

0 comments on commit 85ea123

Please sign in to comment.