Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Jul 19, 2024
1 parent 2ef6cba commit d447a80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ jobs:
- name: Destroy cluster
if: always()
run: k3d cluster delete ${{ matrix.KUBECTL_VERSION }}
run: |
k3d cluster delete ${{ matrix.KUBECTL_VERSION }}
k3d cluster delete k3d-${{ matrix.KUBECTL_VERSION }}
# Enable tmate debugging of manually-triggered workflows if the input option was provided
- name: Manually triggered tmate session
Expand Down

0 comments on commit d447a80

Please sign in to comment.