We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e63286 commit f6ca00dCopy full SHA for f6ca00d
.github/workflows/test.yml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: "(debug mode) Setup tmate session"
104
uses: mxschmitt/action-tmate@v3
105
- if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
+ if: ${{ (github.event_name == 'workflow_dispatch' && inputs.debug_enabled) || (env.ACTIONS_RUNNER_DEBUG == 'true') }}
106
107
- name: Run all tests
108
if: matrix.mode != 'dandi-api'
0 commit comments