Skip to content

Commit 689e897

Browse files
Update deploy.yml
1 parent 48a4e80 commit 689e897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
172172
173173
- name: Delete Bicep Deployment
174-
174+
if: always()
175175
run: |
176176
set -e
177177
echo "Checking if resource group exists..."
@@ -241,7 +241,7 @@ jobs:
241241
242242
243243
- name: Purging the Resources
244-
244+
if: always()
245245
run: |
246246
247247
set -e

0 commit comments

Comments
 (0)