Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Thornton committed Nov 11, 2024
1 parent 4518058 commit a58288e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/parsegithubissue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,16 @@ jobs:
${{ env.ISSUE_COMMENT }}
Please edit this issue and select "Update comment" to resubmit.
#End workflow if for processing finds an error
- name: exit flow if approver == requester
if: env.PROCESS_SUCCESS != 'true'
run: exit 1
# Login to Azure CLI (for cost analysis)
- name: 'Az CLI login'
uses: azure/login@v2
with:
client-id: 2b6fa9d7-7dba-4600-a58a-5e25554997aa # DTS AKS Auto-Shutdown
tenant-id: 531ff96d-0ae9-462a-8d2d-bec7c0b42082 # HMCTS.NET
allow-no-subscriptions: true
# - name: exit flow if approver == requester
# if: env.PROCESS_SUCCESS != 'true'
# run: exit 1
# # Login to Azure CLI (for cost analysis)
# - name: 'Az CLI login'
# uses: azure/login@v2
# with:
# client-id: 2b6fa9d7-7dba-4600-a58a-5e25554997aa # DTS AKS Auto-Shutdown
# tenant-id: 531ff96d-0ae9-462a-8d2d-bec7c0b42082 # HMCTS.NET
# allow-no-subscriptions: true
#Run bash script to get Azure resouce details for cost analysis
- name: get aks resource details
if: env.PROCESS_SUCCESS == 'true'
Expand Down

0 comments on commit a58288e

Please sign in to comment.