From bec48233fa6d596e924e63d8a9755f4baf2edf32 Mon Sep 17 00:00:00 2001 From: RhenCloud Date: Mon, 3 Aug 2026 08:24:31 +0800 Subject: [PATCH] refactor(admin): narrow workflows template filter to workflow_run --- admin/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/types.ts b/admin/types.ts index 3622aa2..6fdc697 100644 --- a/admin/types.ts +++ b/admin/types.ts @@ -77,7 +77,7 @@ export const ROUTE_TEMPLATES: RouteTemplate[] = [ { id: "workflows", nameKey: "templates.workflow", - filters: [{ type: "event", match: ["workflow_job", "workflow_run"] }], + filters: [{ type: "event", match: "workflow_run" }], }, { id: "checks",