chore: [workflow] 提交工作区改动

This commit is contained in:
2026-09-07 15:14:54 +08:00
parent 485e77ee74
commit 2ff588a65d
27 changed files with 373 additions and 138 deletions
+2 -2
View File
@@ -80,8 +80,8 @@ def test_default_registry_covers_every_executable_workflow_entry() -> None:
for entry in entries:
workflow_entries.add(f"{workflow['module']}:{entry}")
assert scheduled_workflows == 27
assert manual_workflows == 2
assert scheduled_workflows == 29
assert manual_workflows == 0
assert len(workflow_entries) == 44
assert len(catalog.scripts) == 49
assert workflow_entries < set(catalog.script_ids)