Skip to content

Commit

Permalink
remove a invalid check in pr-check workflow for supporting MI PR
Browse files Browse the repository at this point in the history
  • Loading branch information
YanaXu committed Oct 13, 2023
1 parent 5906929 commit 38cbbfc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/azure-login-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ jobs:
inlineScript: "Get-AzContext"
azPSVersion: "latest"

- name: 'Azure PowerShell login without subscription'
uses: ./
with:
creds: ${{secrets.AZURE_CREDENTIALS_NO_SUB}}
enable-AzPSSession: true
allow-no-subscriptions: true
# - name: 'Azure PowerShell login without subscription'
# uses: ./
# with:
# creds: ${{secrets.AZURE_CREDENTIALS_NO_SUB}}
# enable-AzPSSession: true
# allow-no-subscriptions: true

- uses: azure/powershell@v1
with:
inlineScript: "Get-AzContext"
azPSVersion: "latest"
# - uses: azure/powershell@v1
# with:
# inlineScript: "Get-AzContext"
# azPSVersion: "latest"

0 comments on commit 38cbbfc

Please sign in to comment.