We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22b0b9 commit cb449d7Copy full SHA for cb449d7
.github/workflows/base-lambdas-reusable-deploy-all.yml
@@ -507,6 +507,7 @@ jobs:
507
508
deploy_fhir_document_reference_search_lambda:
509
name: Deploy Search Document References FHIR Lambda
510
+ if: inputs.environment == 'development' || inputs.environment == 'test'
511
uses: ./.github/workflows/base-lambdas-reusable-deploy.yml
512
with:
513
environment: ${{ inputs.environment}}
0 commit comments