Skip to content

Commit

Permalink
ci(benchmark): Always perform az login before teardown (#10827)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi authored Sep 16, 2024
1 parent 22c1890 commit 50beefb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:

# We need to login again because the access token expires
- name: Azure login
if: always()
uses: azure/login@v2.1.1
with:
client-id: ${{ env.ARM_CLIENT_ID }}
Expand Down

0 comments on commit 50beefb

Please sign in to comment.