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 51bc3ad commit 5f2223fCopy full SHA for 5f2223f
.github/workflows/test.yml
@@ -111,7 +111,7 @@ jobs:
111
# Allow debugging with tmate
112
- name: Setup tmate session
113
uses: mxschmitt/action-tmate@v3
114
- # if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
+ if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
115
with:
116
limit-access-to-actor: true
117
- name: Install Dependencies
0 commit comments