We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc91a2 commit d2bdcb8Copy full SHA for d2bdcb8
.github/workflows/ixuca-smoke-watchdog.yml
@@ -61,14 +61,14 @@ jobs:
61
shouldAlert = true;
62
alertType = "SCHEDULING_ISSUE";
63
alertText =
64
- `IXUCA-Smoke-Schedule 调度异常:最近两次已完成运行均为 cancelled。\n` +
+ `调度异常:最近两次已完成运行均为 cancelled。\n` +
65
`latest: ${latest.html_url}\n` +
66
`previous: ${previous.html_url}`;
67
} else if (smokeFailed) {
68
69
- alertType = "SMOKE_FAILED";
+ alertType = "DOCKER_CHECK_FAILED";
70
71
- `IXUCA-Smoke-Schedule 冒烟失败:最近一次运行 conclusion=failure。\n` +
+ `容器检查失败:最近一次运行为 failure。\n` +
72
`run_url: ${latest.html_url}`;
73
} else {
74
0 commit comments