We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9cded commit ce55698Copy full SHA for ce55698
.github/workflows/pyrad_tests_base.yml
@@ -76,6 +76,6 @@ jobs:
76
working-directory: ${{github.workspace}}/pyrad-tests/
77
run: pytest "run_tests.py::test_base"
78
- name: tmate session if tests fail
79
- if: ${{ failure() }}
+ if: ${{ github.event_name == 'workflow_dispatch' && failure() }}
80
uses: mxschmitt/action-tmate@v3
81
0 commit comments