From 2dbc7ee9f12993269fb530237eaceaab0cb08086 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Tue, 11 Feb 2025 12:27:46 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20=E6=B5=81=E6=B0=B4=E7=BA=BF=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E4=BA=8B=E4=BB=B6fork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb b/app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb index 782485674..9690d1cb7 100644 --- a/app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb +++ b/app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb @@ -34,8 +34,8 @@ on: - '.github/workflows/**' <% end %> <%if node.name.to_s.include?("on-fork") %> - fork: - <% end %> + fork: + <% end %> <%if node.name.to_s.include?("on-schedule") && node.input_values.present? %> schedule: <% node.input_values.each_key do |key| %>