Skip to content

Commit

Permalink
comment out tmate action
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Apr 23, 2024
1 parent e2dd51f commit 9f1d187
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 9f1d187

Please sign in to comment.