Skip to content

Commit 98029e8

Browse files
Pass Exp to notification Job
1 parent 7f2f6a6 commit 98029e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy-orchestrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
trigger_type: ${{ inputs.trigger_type }}
117117
waf_enabled: ${{ inputs.waf_enabled }}
118-
EXP: ${{ inputs.EXP }}
118+
EXP: ${{ needs.deploy.outputs.EXP_ENABLED }}
119119
run_e2e_tests: ${{ inputs.run_e2e_tests }}
120120
existing_webapp_url: ${{ inputs.existing_webapp_url }}
121121
deploy_result: ${{ needs.deploy.result }}

.github/workflows/job-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ on:
9595
QUOTA_FAILED:
9696
description: "Quota Check Failed Flag"
9797
value: ${{ jobs.azure-setup.outputs.QUOTA_FAILED }}
98+
EXP_ENABLED:
99+
description: "EXP Flag"
100+
value: ${{ jobs.azure-setup.outputs.EXP_ENABLED }}
98101

99102
env:
100103
GPT_MIN_CAPACITY: 150

0 commit comments

Comments
 (0)