File tree Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 10
10
push :
11
11
branches : [ main ]
12
12
paths : src/Application/**
13
- pull_request :
14
- branches : [ main ]
15
- paths : src/Application/**
13
+ # pull_request:
14
+ # branches: [ main ]
15
+ # paths: src/Application/**
16
16
# Allows you to run this workflow manually from the Actions tab
17
17
workflow_dispatch :
18
18
jobs :
Original file line number Diff line number Diff line change 1
- name : Destroy Azure Resource Group
1
+ name : Delete Azure Resource Group
2
2
3
3
on :
4
4
workflow_dispatch :
30
30
enable-AzPSSession : true
31
31
32
32
# Destroy Resource Group
33
- - name : Destroy Resource Group
34
- run : |
35
- az group delete --name ${{ secrets.AZURE_RG }} --yes --no-wait
36
-
37
- # - name: Azure ARM Deployment
38
- # uses: azure/ARM@v1
39
- # with:
40
- # azcliversion: 2.0.72
41
- # inlineScript: |
42
- # az group delete --name ${{ secrets.AZURE_RG }} --yes --no-wait
33
+ - name : Azure ARM Deployment
34
+ uses : azure/ARM@v1
35
+ with :
36
+ azcliversion : 2.0.72
37
+ inlineScript : |
38
+ az group delete --name ${{ secrets.AZURE_RG }} --yes --no-wait
You can’t perform that action at this time.
0 commit comments