Skip to content

Commit ef9829a

Browse files
committed
Try triggering workflow
1 parent 5cad30d commit ef9829a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Enable tmate debugging of manually-triggered workflows if the input option was provided
4545
- name: Setup tmate session
4646
uses: mxschmitt/action-tmate@v3
47-
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
47+
# if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
4848

4949
- name: Download LLVM installer for woa64
5050
run: |

0 commit comments

Comments
 (0)