Skip to content

Commit 2bc17fa

Browse files
committed
Update build-docs.yml
1 parent 1e981e8 commit 2bc17fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ on:
1616
# 可手动执行
1717
workflow_dispatch:
1818

19+
# 确保同时只有一个部署在运行
20+
concurrency:
21+
group: docs-builder
22+
cancel-in-progress: true
23+
1924
jobs:
2025
# 任务: 部署 Pages
2126
build-docs:

0 commit comments

Comments
 (0)