Skip to content

Commit

Permalink
Align GH removal with ADO (#3890)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug authored Sep 1, 2023
1 parent f013eed commit 0bee488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ runs:
# [Deployment removal] task(s)
# ----------------------------
- name: 'Remove deployed resources'
if: ${{ always() && inputs.removeDeployment == 'true' && steps.deploy_step.outputs.deploymentNames != '' }}
if: ${{ (success() || failure()) && inputs.removeDeployment == 'true' && steps.deploy_step.outputs.deploymentNames != '' }}
uses: azure/powershell@v1
with:
azPSVersion: 'latest'
Expand Down

0 comments on commit 0bee488

Please sign in to comment.