Skip to content

Commit

Permalink
Disables tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Jul 3, 2024
1 parent 8ae4db6 commit e402e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
pytest -vvv --cov=CIME --machine docker --no-fortran-run --no-teardown CIME/tests/test_sys*
- uses: mxschmitt/action-tmate@v3
if: ${{ always() }}
if: ${{ !always() }}
with:
limit-access-to-actor: true
- name: Create testing log archive
Expand Down

0 comments on commit e402e23

Please sign in to comment.