Skip to content

Commit 8aa2053

Browse files
Update deploy.yml
1 parent 6fc5aae commit 8aa2053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
az deployment group create \
102102
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
103103
--template-file infra/main.bicep \
104-
--parameters azureOpenAILocation=${{env.AZURE_LOCATION }} cosmosLocation=${{env.AZURE_LOCATION }}
104+
--parameters azureOpenAILocation=${{env.AZURE_LOCATION }}
105105
106106
107107
- name: Send Notification on Failure
@@ -170,7 +170,7 @@ jobs:
170170
171171
172172
- name: Delete Bicep Deployment
173-
if: success()
173+
174174
run: |
175175
set -e
176176
echo "Checking if resource group exists..."
@@ -240,7 +240,7 @@ jobs:
240240
241241
242242
- name: Purging the Resources
243-
if: success()
243+
244244
run: |
245245
246246
set -e

0 commit comments

Comments
 (0)