From 117ddee2ffd48a285c71d461be55b90bd3a25e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=B3=BD=E8=BD=A9?= Date: Sat, 19 Feb 2022 23:22:24 +0800 Subject: [PATCH] ci: remove unnecessary tmate action (#6367) (cherry picked from commit 17338b9b6abc016e0492f26bb3c027b797e3f96b) --- .github/actions/action-tmate | 1 - .github/workflows/chaos.yml | 6 ------ .gitmodules | 3 --- 3 files changed, 10 deletions(-) delete mode 160000 .github/actions/action-tmate diff --git a/.github/actions/action-tmate b/.github/actions/action-tmate deleted file mode 160000 index 079a16b22b8b..000000000000 --- a/.github/actions/action-tmate +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 079a16b22b8bcc5dd231a42d9a5e8e48db564688 diff --git a/.github/workflows/chaos.yml b/.github/workflows/chaos.yml index c837870371da..05cbf2bffd5e 100644 --- a/.github/workflows/chaos.yml +++ b/.github/workflows/chaos.yml @@ -80,9 +80,3 @@ jobs: - name: Run test working-directory: ./t/chaos run: ginkgo -r --v --progress --trace - - # Debug via SSH if previous steps failed - - name: Set up tmate session - if: ${{ failure() }} - uses: ./.github/actions/action-tmate - timeout-minutes: 15 diff --git a/.gitmodules b/.gitmodules index 78dcdd805b86..beb354b89aa3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "t/toolkit"] path = t/toolkit url = https://github.com/api7/test-toolkit.git -[submodule ".github/actions/action-tmate"] - path = .github/actions/action-tmate - url = https://github.com/mxschmitt/action-tmate