Skip to content

Commit c1599c9

Browse files
refactor: Remove cleanup step from Azure Dev deployment workflow
1 parent d628b4b commit c1599c9

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,4 @@ jobs:
4848
fi
4949
azd config set defaults.subscription "$AZURE_SUBSCRIPTION_ID"
5050
azd env set AZURE_ENV_OPENAI_LOCATION="$AZURE_LOCATION"
51-
azd up --no-prompt
52-
53-
- name: Cleanup
54-
if: always()
55-
shell: bash
56-
run: |
57-
azd down --no-prompt --purge --force
51+
azd up --no-prompt

0 commit comments

Comments
 (0)