fix: drop obsolete release smoke check

This commit is contained in:
CJACK
2026-05-02 04:19:23 +08:00
parent b3c54fcf3d
commit 049e40e5f1
2 changed files with 2 additions and 4 deletions

View File

@@ -47,7 +47,6 @@ jobs:
- name: Release Blocking Gates
run: |
./tests/scripts/check-stage6-manual-smoke.sh
./tests/scripts/check-refactor-line-gate.sh
./tests/scripts/run-unit-all.sh

View File

@@ -60,11 +60,10 @@ npm run build --prefix webui
./tests/scripts/check-refactor-line-gate.sh
./tests/scripts/check-node-split-syntax.sh
./tests/scripts/check-cross-build.sh
# 历史阶段门禁:阶段 6 手工烟测签字检查(默认读取 plans/stage6-manual-smoke.md
./tests/scripts/check-stage6-manual-smoke.sh
```
说明:`plans/stage6-manual-smoke.md` 已移除,阶段 6 手工烟测不再作为当前 CI 或发布门禁。
### 端到端测试 | End-to-End Tests
```bash