From 27585d42b1c46ab6e0d3a5a65e94e553153f4017 Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Sat, 22 Oct 2022 17:57:14 +0200 Subject: [PATCH] Don't show workflow name if it's only one (#1319) Regression of #1304. If there's only one workflow, don't make it collapsible and don't show the name of it. --- .../components/repo/pipeline/PipelineProcList.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/web/src/components/repo/pipeline/PipelineProcList.vue b/web/src/components/repo/pipeline/PipelineProcList.vue index 100c124cd..3d79cbb61 100644 --- a/web/src/components/repo/pipeline/PipelineProcList.vue +++ b/web/src/components/repo/pipeline/PipelineProcList.vue @@ -62,6 +62,7 @@