refactor(admin): narrow workflows template filter to workflow_run

This commit is contained in:
RhenCloud 2026-08-03 08:24:31 +08:00
parent a001efea5f
commit bec48233fa
No known key found for this signature in database
GPG key ID: A574A617378C4E0B

View file

@ -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",