ci(benchmark): Always perform az login before teardown (#10827)

This commit is contained in:
Tomi Turtiainen 2024-09-16 13:32:40 +03:00 committed by GitHub
parent 22c1890139
commit 50beefb658
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}