Skip to content

Commit

Permalink
Update pyrad_tests_mch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Dec 21, 2023
1 parent b9089c4 commit 13f8131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyrad_tests_mch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
run: pytest "run_tests.py::test_mch"
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ failure() }}
if: ${{ failure() && github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

0 comments on commit 13f8131

Please sign in to comment.