Skip to content

Commit

Permalink
[PRMP-1188] try different conditional for conditional deployment of l…
Browse files Browse the repository at this point in the history
…ambda
  • Loading branch information
steph-torres-nhs committed Dec 2, 2024
1 parent 7c0fe28 commit 7943515
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/base-lambdas-reusable-deploy-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,10 @@ jobs:

deploy_mns_notification_lambda:
name: Deploy mns notification lambda
if: ${{ inputs.environment }} != 'development'
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 7943515

Please sign in to comment.