Skip to content

Commit

Permalink
REMOVEME
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Jul 29, 2024
1 parent 4aa0710 commit 95fde1a
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Install applications on Kubernetes

on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
workflow_dispatch:
inputs:
debug_enabled:
Expand Down Expand Up @@ -111,9 +104,12 @@ jobs:
run: |
kubectl get pods --all-namespaces
# TODO We can remove the k3s uninstallation once the k3d PR is merged.
- name: Delete clusters when job was canceled
if: cancelled()
# TODO We can remove the k3s uninstallation once the k3d PR is merged.
cleanup-on-cancel:
runs-on: self-hosted
if: cancelled()
steps:
- name: Cleanup on cancel
run: |
k3d cluster delete --all || true
k3s-uninstall.sh || true
Expand Down

0 comments on commit 95fde1a

Please sign in to comment.