Skip to content

Commit 2ab61a0

Browse files
committed
refactor(ci): update job names to clarify host-only execution context
1 parent 3244dc1 commit 2ab61a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Reuses the Windows smoke workflow to verify cross-platform command entry points.
4343
# 复用 Windows 冒烟工作流,验证跨平台命令入口。
4444
windows-command-smoke:
45-
name: Windows command smoke
45+
name: Windows command smoke (host-only)
4646
uses: ./.github/workflows/reusable-windows-command-smoke.yml
4747
with:
4848
plugins: "0"
@@ -62,7 +62,7 @@ jobs:
6262
# Runs host-only Go unit tests against a PostgreSQL-backed reusable workflow.
6363
# 通过可复用工作流运行宿主模式 Go 单元测试,并使用 PostgreSQL。
6464
backend-unit-tests:
65-
name: Go unit tests
65+
name: Go unit tests (host-only)
6666
uses: ./.github/workflows/reusable-backend-unit-tests.yml
6767
with:
6868
plugins: "0"

0 commit comments

Comments
 (0)