Skip to content

Commit

Permalink
comment out tmate action (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Apr 23, 2024
1 parent 4544030 commit 0c8eec6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c8eec6

Please sign in to comment.