Skip to content

Commit 31363db

Browse files
committed
fix: disable tmate debugging session to prevent CI timeout
1 parent 9d71f34 commit 31363db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
- name: Run tests
3737
run: bun run test:jest
3838

39-
- name: Setup tmate session (for debugging)
40-
if: failure() || github.event_name == 'workflow_dispatch'
41-
uses: mxschmitt/action-tmate@v3
42-
timeout-minutes: 3
39+
# - name: Setup tmate session (for debugging)
40+
# if: failure() || github.event_name == 'workflow_dispatch'
41+
# uses: mxschmitt/action-tmate@v3
42+
# timeout-minutes: 3
4343

4444
build:
4545
name: Build - ${{ matrix.platform.target }}

0 commit comments

Comments
 (0)