also tag with workflow on windows

This commit is contained in:
miampf 2024-04-25 13:30:22 +02:00
parent 3f008d1edb
commit 74a2e94c8e
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -84,7 +84,7 @@ jobs:
run: |
$uid = Get-Random -Minimum 1000 -Maximum 9999
$rgName = "e2e-win-${{ github.run_id }}-${{ github.run_attempt }}-$uid"
.\constellation.exe config generate azure -t "run-name=$rgName"
.\constellation.exe config generate azure -t "workflow=${{ github.workflow }}"
.\constellation.exe iam create azure --region=westus --resourceGroup=$rgName-rg --servicePrincipal=$rgName-sp --update-config --debug -y
- name: Login to Azure (Cluster service principal)