Skip to content

Commit 36cfc89

Browse files
author
Harmanpreet Kaur
committed
fix: simplify deployment region selection logic
1 parent 96eb595 commit 36cfc89

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,8 @@ jobs:
8989

9090
- name: Set Deployment Region
9191
run: |
92-
if [ -n "$VALID_REGION" ]; then
9392
echo "Selected Region: $VALID_REGION"
9493
echo "AZURE_LOCATION=$VALID_REGION" >> $GITHUB_ENV
95-
else
96-
echo "VALID_REGION not set, using default eastus"
97-
echo "AZURE_LOCATION=eastus" >> $GITHUB_ENV
98-
fi
9994
10095
- name: Generate Resource Group Name
10196
id: generate_rg_name

0 commit comments

Comments
 (0)