refine: 使 systemWorkflows 匹配模式更精确以避免误匹配
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
parent
e108dc7b8d
commit
0d59041e72
|
|
@ -247,9 +247,14 @@ async function fetchRecentWorkflowRuns() {
|
||||||
|
|
||||||
// 冰朔关注的系统工作流
|
// 冰朔关注的系统工作流
|
||||||
const systemWorkflows = [
|
const systemWorkflows = [
|
||||||
'每日自检', 'PSP', '巡检',
|
'铸渊 · 每日自检',
|
||||||
'更新系统公告区', '自动部署',
|
'铸渊 · PSP 分身巡检',
|
||||||
'Brain Sync', 'Notion', 'SYSLOG',
|
'铸渊巡检 Agent',
|
||||||
|
'更新系统公告区',
|
||||||
|
'铸渊 CD · 自动部署',
|
||||||
|
'Brain Sync',
|
||||||
|
'Notion',
|
||||||
|
'SYSLOG',
|
||||||
];
|
];
|
||||||
|
|
||||||
for (const run of runs) {
|
for (const run of runs) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue