ci: login azure only if needed

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2022-11-08 16:21:08 +01:00
parent 1ec9316521
commit f6b3ef6a57

View File

@ -285,6 +285,7 @@ jobs:
aws-region: eu-central-1
- name: Login to Azure
if: matrix.csp == 'azure'
uses: ./.github/actions/login_azure
with:
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}