Skip to content

Commit 5f2223f

Browse files
committed
👷 Run tmate only on debug
1 parent 51bc3ad commit 5f2223f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
# Allow debugging with tmate
112112
- name: Setup tmate session
113113
uses: mxschmitt/action-tmate@v3
114-
# if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
114+
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
115115
with:
116116
limit-access-to-actor: true
117117
- name: Install Dependencies

0 commit comments

Comments
 (0)