From dcb0769ea266825da8f61e62600b5c536cb1940b Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Thu, 19 Oct 2023 13:56:56 +0300 Subject: [PATCH] Disable tmate sessions Did not delete it in case it is really needed by someone --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49da6f251..b33a82f68 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -83,9 +83,9 @@ jobs: Failed job run for branch `${{ github.head_ref || github.ref_name }}`, check ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} . gchat_webhook_url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }} - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 - timeout-minutes: 30 - with: - limit-access-to-actor: true + # - name: Setup tmate session + # if: ${{ failure() }} + # uses: mxschmitt/action-tmate@v3 + # timeout-minutes: 30 + # with: + # limit-access-to-actor: true