diff --git a/.github/workflows/deploy-aks-online-standalone.yaml b/.github/workflows/deploy-aks-online-standalone.yaml index 4b9737b..7c34768 100644 --- a/.github/workflows/deploy-aks-online-standalone.yaml +++ b/.github/workflows/deploy-aks-online-standalone.yaml @@ -7,7 +7,7 @@ on: workflow_dispatch: push: branches: - - CSE-AKS-terratest + - starter # issue_comment: # types: # - created @@ -104,4 +104,4 @@ jobs: for i in `az keyvault list-deleted --query "[?tags.testing_job_id=='${{ github.run_id }}'].name" -o tsv`; do az keyvault purge --name $i; done for i in `az group list --query "[?tags.testing_job_id=='${{ github.run_id }}'].name" -o tsv`; do echo "purging resource group: $i" && $(az group delete -n $i -y --no-wait || true); done for i in `az role assignment list --query "[?contains(roleDefinitionName, '${{ github.run_id }}')].roleDefinitionName" -o tsv`; do echo "purging role assignment: $i" && $(az role assignment delete --role $i || true); done - for i in `az role definition list --query "[?contains(roleName, '${{ github.run_id }}')].roleName" -o tsv`; do echo "purging custom role definition: $i" && $(az role definition delete --name $i || true); done \ No newline at end of file + for i in `az role definition list --query "[?contains(roleName, '${{ github.run_id }}')].roleName" -o tsv`; do echo "purging custom role definition: $i" && $(az role definition delete --name $i || true); done