Skip to content

Commit 68ed37f

Browse files
robinclaude
andcommitted
chore(ci): fix deploy-tcb.yml syntax and keep disabled
Remove commented trigger conditions to ensure workflow is only triggered manually via workflow_dispatch. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent afc1ed2 commit 68ed37f

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/deploy-tcb.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
name: Publish root to TCB
22
# 当前文档已迁移至 GitHub Pages,此 workflow 暂时禁用
3-
# 如需重新启用 TCB 部署,恢复下方触发条件即可
3+
# 如需重新启用 TCB 部署,恢复原始触发条件即可
44
on:
55
workflow_dispatch:
6-
# check_suite:
7-
# types: [completed]
8-
# push:
9-
# branches:
10-
# - next
11-
# schedule:
12-
# - cron: "0 21 * * *"
136

147
env:
158
CI: true

0 commit comments

Comments
 (0)