diff --git a/.github/workflows/testWlsVmAdmin.yml b/.github/workflows/testWlsVmAdmin.yml index 38292562f..721327dd3 100644 --- a/.github/workflows/testWlsVmAdmin.yml +++ b/.github/workflows/testWlsVmAdmin.yml @@ -465,6 +465,7 @@ jobs: --template-file ${artifactName}/nestedtemplates/elkNestedTemplate.json - name: Delete Resource Group id: delete-resource-group + if: always() run: | echo "delete... " $resourceGroup az group delete --yes --no-wait --verbose --name $resourceGroup