mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
added missing parentheses
This commit is contained in:
parent
058455d1f7
commit
a4cfa94f6d
2
.github/workflows/e2e-windows.yml
vendored
2
.github/workflows/e2e-windows.yml
vendored
@ -173,7 +173,7 @@ jobs:
|
||||
.\constellation.exe iam destroy --debug -y
|
||||
|
||||
- name: Clean up after failure
|
||||
if: ${{ (failure() && (steps.terminate-cluster.conclusion == 'failure' || steps.delete-iam.conclusion == 'failure') || cancelled() }} # run on a cleanup failure or if cancelled
|
||||
if: ${{ (failure() && (steps.terminate-cluster.conclusion == 'failure' || steps.delete-iam.conclusion == 'failure')) || cancelled() }} # run on a cleanup failure or if cancelled
|
||||
shell: pwsh
|
||||
run: |
|
||||
az rg delete --name ${{ steps.iam-create.outputs.rgName }}-rg --yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user