Skip to content

Commit 2ceaff1

Browse files
authored
fix: add if to destroy for aca (#14)
1 parent 9657678 commit 2ceaff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/destroy-runners-standalone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
ARM_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
8888
ARM_USE_OIDC: true
8989
- name: Delete Container Apps Job
90+
if: ${{ vars.RUNNERTYPE == 'container-apps' }}
9091
run: |
9192
az containerapp job delete -n "runners-v2" -g "${{ steps.init.outputs.resourceGroupName }}" --yes
9293

0 commit comments

Comments
 (0)