Disable tmate

This commit is contained in:
David Dworken 2024-10-20 11:31:38 -07:00
parent c58f28a04d
commit e96993b673
No known key found for this signature in database

View File

@ -105,11 +105,11 @@ jobs:
with: with:
name: goldens-used-${{ matrix.os }}-${{ matrix.test_shard }} name: goldens-used-${{ matrix.os }}-${{ matrix.test_shard }}
path: /tmp/goldens-used.txt path: /tmp/goldens-used.txt
- name: Setup tmate session # - name: Setup tmate session
if: ${{ failure() }} # if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3 # uses: mxschmitt/action-tmate@v3
with: # with:
limit-access-to-actor: true # limit-access-to-actor: true
check-goldens: check-goldens:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: test needs: test