Skip to content

Commit ce55698

Browse files
authored
Update pyrad_tests_base.yml
1 parent 1b9cded commit ce55698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyrad_tests_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
working-directory: ${{github.workspace}}/pyrad-tests/
7777
run: pytest "run_tests.py::test_base"
7878
- name: tmate session if tests fail
79-
if: ${{ failure() }}
79+
if: ${{ github.event_name == 'workflow_dispatch' && failure() }}
8080
uses: mxschmitt/action-tmate@v3
8181

0 commit comments

Comments
 (0)