mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
ci(benchmark): Always perform az login before teardown (#10827)
This commit is contained in:
1
.github/workflows/benchmark-nightly.yml
vendored
1
.github/workflows/benchmark-nightly.yml
vendored
@@ -84,6 +84,7 @@ jobs:
|
|||||||
|
|
||||||
# We need to login again because the access token expires
|
# We need to login again because the access token expires
|
||||||
- name: Azure login
|
- name: Azure login
|
||||||
|
if: always()
|
||||||
uses: azure/login@v2.1.1
|
uses: azure/login@v2.1.1
|
||||||
with:
|
with:
|
||||||
client-id: ${{ env.ARM_CLIENT_ID }}
|
client-id: ${{ env.ARM_CLIENT_ID }}
|
||||||
|
|||||||
Reference in New Issue
Block a user