ci: correctly clean up resource in self-managed infra tests (#2637)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-11-23 13:08:39 +01:00 committed by GitHub
parent 310960fb4d
commit 64a05b9dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,7 +245,7 @@ jobs:
uses: ./.github/actions/constellation_destroy
with:
kubeconfig: ${{ steps.e2e_test.outputs.kubeconfig }}
selfManagedInfra: "false"
selfManagedInfra: ${{ inputs.selfManagedInfra }}
- name: Always delete IAM configuration
if: always()