We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc5aae commit 8aa2053Copy full SHA for 8aa2053
.github/workflows/deploy.yml
@@ -101,7 +101,7 @@ jobs:
101
az deployment group create \
102
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
103
--template-file infra/main.bicep \
104
- --parameters azureOpenAILocation=${{env.AZURE_LOCATION }} cosmosLocation=${{env.AZURE_LOCATION }}
+ --parameters azureOpenAILocation=${{env.AZURE_LOCATION }}
105
106
107
- name: Send Notification on Failure
@@ -170,7 +170,7 @@ jobs:
170
171
172
- name: Delete Bicep Deployment
173
- if: success()
+
174
run: |
175
set -e
176
echo "Checking if resource group exists..."
@@ -240,7 +240,7 @@ jobs:
240
241
242
- name: Purging the Resources
243
244
245
246
0 commit comments