From 18793e3a53fafd3e853663ab115f38674f996ee6 Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Tue, 5 Dec 2023 12:50:51 +0000 Subject: [PATCH] Removed tmate debug session --- .github/workflows/integration.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 9be38e9..100b9ab 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -62,9 +62,3 @@ jobs: - name: Integration Tests run: sg snap_microk8s -c "tox -e ${{ matrix.env }}" - - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - with: - limit-access-to-actor: true - if: ${{ failure() }}