diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index bfdb4d9f..6f5f6004 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -11,7 +11,6 @@ jobs: e2e: runs-on: [capmox,e2e,dcd-playground] environment: e2e - continue-on-error: true # to make sure post runs env: PROXMOX_URL: ${{ secrets.PROXMOX_URL }} PROXMOX_TOKEN: ${{ secrets.PROXMOX_TOKEN }} @@ -34,11 +33,3 @@ jobs: - name: Run e2e tests run: "make test-e2e" - - post: - runs-on: [capmox,e2e,dcd-playground] - environment: e2e - steps: - - name: cleanup kind clusters - run: | - kind get clusters | xargs kind delete cluster --name \ No newline at end of file