mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-02 18:44:49 -05:00
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:
parent
310960fb4d
commit
64a05b9dea
2
.github/workflows/e2e-test.yml
vendored
2
.github/workflows/e2e-test.yml
vendored
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user