Skip to content

Commit d806651

Browse files
feat: add ENABLE_SCALABILITY output to Azure deploy job
1 parent e9f9903 commit d806651

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/job-azure-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ jobs:
580580
BUILD_DOCKER_IMAGE: ${{ github.event.inputs.build_docker_image || 'false' }}
581581
EXP: ${{ needs.azure-setup.outputs.EXP_ENABLED }}
582582
WAF_ENABLED: ${{ inputs.waf_enabled == true && 'true' || 'false' }}
583+
ENABLE_SCALABILITY: ${{ inputs.enable_scalability == true && 'true' || 'false' }}
583584
AZURE_ENV_EXISTING_LOG_ANALYTICS_WORKSPACE_RID: ${{ inputs.azure_env_existing_log_analytics_workspace_rid }}
584585
AZURE_EXISTING_AIPROJECT_RESOURCE_ID: ${{ inputs.azure_existing_aiproject_resource_id }}
585586
USE_CASE: ${{ inputs.use_case }}

0 commit comments

Comments
 (0)