From 0000b2ea14ac8ef920de1fc3591fa727accb2c34 Mon Sep 17 00:00:00 2001 From: Mugdha Adhav Date: Thu, 6 Mar 2025 17:30:33 +0530 Subject: [PATCH] Update tmate settings --- .github/workflows/containerd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \