From 17bfa90e5c1417a750318c4a0f3d5d8cad474e2f Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 20 Oct 2024 11:31:38 -0700 Subject: [PATCH] Disable tmate --- .github/workflows/go-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index e50df19..c54aeff 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -105,11 +105,11 @@ jobs: with: name: goldens-used-${{ matrix.os }}-${{ matrix.test_shard }} path: /tmp/goldens-used.txt - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 - with: - limit-access-to-actor: true + # - name: Setup tmate session + # if: ${{ failure() }} + # uses: mxschmitt/action-tmate@v3 + # with: + # limit-access-to-actor: true check-goldens: runs-on: ubuntu-latest needs: test