From 0e057479d4cacf450723e5b5e70adfd2dcb7118c Mon Sep 17 00:00:00 2001 From: spacewander Date: Fri, 18 Feb 2022 12:52:54 +0800 Subject: [PATCH] ci: remove unnecessary tmate action This action only serves for the debug purpose. Actually, no one uses it for these days. Signed-off-by: spacewander --- .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 e26a4e90319d..87ecf4ee111b 100644 --- a/.github/workflows/chaos.yml +++ b/.github/workflows/chaos.yml @@ -84,9 +84,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 12854c44f59a..6ad3766a07a5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [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 [submodule "t/grpc_server_example"] path = t/grpc_server_example url = https://github.com/api7/grpc_server_example