You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Fetching AI Services and Key Vault names before deletion..."
130
134
@@ -145,7 +149,7 @@ jobs:
145
149
echo "AI_SERVICES=$AI_SERVICES" >> $GITHUB_ENV
146
150
147
151
- name: Delete Bicep Deployment
148
-
if: success()
152
+
if: always()
149
153
run: |
150
154
set -e
151
155
echo "Checking if resource group exists..."
@@ -162,6 +166,7 @@ jobs:
162
166
fi
163
167
164
168
- name: Wait for Resource Deletion to Complete
169
+
if: always()
165
170
run: |
166
171
echo "Waiting for all deployed resources (including AI Services) to be deleted..."
167
172
@@ -289,7 +294,7 @@ jobs:
289
294
290
295
EMAIL_BODY=$(cat <<EOF
291
296
{
292
-
"body": "<p>Dear Team,</p><p>We would like to inform you that the Research Assistant Automation process has encountered an issue and has failed to complete successfully.</p><p><strong>Build URL:</strong> ${RUN_URL}<br> ${OUTPUT}</p><p>Please investigate the matter at your earliest convenience.</p><p>Best regards,<br>Your Automation Team</p>"
297
+
"body": "<p>Dear Team,</p><p>We would like to inform you that the DocGen Automation process has encountered an issue and has failed to complete successfully.</p><p><strong>Build URL:</strong> ${RUN_URL}<br> ${OUTPUT}</p><p>Please investigate the matter at your earliest convenience.</p><p>Best regards,<br>Your Automation Team</p>"
0 commit comments