diff --git a/.github/workflows/containerd.yaml b/.github/workflows/containerd.yaml index 8d71554..c6e1192 100644 --- a/.github/workflows/containerd.yaml +++ b/.github/workflows/containerd.yaml @@ -27,9 +27,9 @@ jobs: echo "HELM_NAME=wm-csi-integration-tests" >> "$GITHUB_ENV" - name: Setup tmate session for debugging uses: mxschmitt/action-tmate@v3 - if: ${{ failure() || github.event_name == 'workflow_dispatch' }} with: limit-access-to-actor: true + detached: true - name: Install the CSI Driver run: | helm install ${HELM_NAME} charts/warm-metal-csi-driver -n kube-system \