mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
refactor(admin): narrow workflows template filter to workflow_run
This commit is contained in:
parent
a001efea5f
commit
bec48233fa
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ export const ROUTE_TEMPLATES: RouteTemplate[] = [
|
||||||
{
|
{
|
||||||
id: "workflows",
|
id: "workflows",
|
||||||
nameKey: "templates.workflow",
|
nameKey: "templates.workflow",
|
||||||
filters: [{ type: "event", match: ["workflow_job", "workflow_run"] }],
|
filters: [{ type: "event", match: "workflow_run" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "checks",
|
id: "checks",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue