Skip to content

Commit cb449d7

Browse files
authored
[NDR-126] Github condition on search lambda (#663)
1 parent d22b0b9 commit cb449d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/base-lambdas-reusable-deploy-all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ jobs:
507507

508508
deploy_fhir_document_reference_search_lambda:
509509
name: Deploy Search Document References FHIR Lambda
510+
if: inputs.environment == 'development' || inputs.environment == 'test'
510511
uses: ./.github/workflows/base-lambdas-reusable-deploy.yml
511512
with:
512513
environment: ${{ inputs.environment}}

0 commit comments

Comments
 (0)