ci: 修复发布超时 — 增加 timeout-minutes 以及步骤级超时
测试构建 / 代码检查 (push) Has been cancelled
测试构建 / 单元测试和构建 (push) Has been cancelled
测试构建 / 构建验证 (push) Has been cancelled

This commit is contained in:
ZacharyZcR
2026-05-13 17:32:09 +08:00
parent b32ce5dec8
commit 46e50a021f
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ permissions:
jobs:
release:
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 90
steps:
- name: 检出代码