From 19ccaa5599ef4a53b824d82b19933b5d8abe855c Mon Sep 17 00:00:00 2001 From: xxq250 Date: Tue, 11 Feb 2025 12:24: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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 503f695ce..cc9e67643 100644 --- a/app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb +++ b/app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb @@ -33,7 +33,7 @@ on: - '.gitea/workflows/**' - '.github/workflows/**' <% end %> - <%if node.name.to_s.include?("on-fork") && node.input_values.present? %> + <%if node.name.to_s.include?("on-fork") %> fork: <% node.input_values.each_key do |key| %> <%=key %>: