Skip to content

Commit b9c65d2

Browse files
refactor: update EXP input handling in deployment workflows
1 parent 0709712 commit b9c65d2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/deploy-orchestrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
trigger_type: ${{ inputs.trigger_type }}
113113
waf_enabled: ${{ inputs.waf_enabled }}
114-
EXP: ${{ needs.deploy.outputs.EXP_ENABLED }}
114+
EXP: ${{ inputs.EXP }}
115115
run_e2e_tests: ${{ inputs.run_e2e_tests }}
116116
existing_webapp_url: ${{ inputs.existing_webapp_url }}
117117
deploy_result: ${{ needs.deploy.result }}

.github/workflows/job-deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ on:
8888
QUOTA_FAILED:
8989
description: "Quota Check Failed Flag"
9090
value: ${{ jobs.azure-setup.outputs.QUOTA_FAILED }}
91-
EXP_ENABLED:
92-
description: "EXP Flag"
93-
value: ${{ jobs.azure-setup.outputs.EXP_ENABLED }}
9491

9592
env:
9693
GPT_MIN_CAPACITY: 100

0 commit comments

Comments
 (0)