Skip to content

Commit 0c8eec6

Browse files
authored
comment out tmate action (#356)
1 parent 4544030 commit 0c8eec6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests+pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@ jobs:
206206
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests
207207
208208
### uncomment to gain ssh access in case of failure
209-
- if: ${{ failure() }}
210-
uses: mxschmitt/action-tmate@v3
211-
with:
212-
limit-access-to-actor: true
209+
# - if: ${{ failure() }}
210+
# uses: mxschmitt/action-tmate@v3
211+
# with:
212+
# limit-access-to-actor: true
213213

214214
dist_check:
215215
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)