From 9f1d187d885d8c0a55621df955ac9fcd17908af8 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Tue, 23 Apr 2024 19:00:53 +0200 Subject: [PATCH] comment out tmate action --- .github/workflows/tests+pypi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests+pypi.yml b/.github/workflows/tests+pypi.yml index 9bc2741a..8f832c7b 100644 --- a/.github/workflows/tests+pypi.yml +++ b/.github/workflows/tests+pypi.yml @@ -206,10 +206,10 @@ jobs: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests ### uncomment to gain ssh access in case of failure - - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 - with: - limit-access-to-actor: true +# - if: ${{ failure() }} +# uses: mxschmitt/action-tmate@v3 +# with: +# limit-access-to-actor: true dist_check: runs-on: ubuntu-latest