From 5c2639773ed086de0ebef1e875b4262c351c7ae9 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Fri, 24 Jan 2025 11:18:50 +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=B6=E8=AE=BE=E8=AE=A1=E6=97=B6=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=A2=9E=E5=8A=A0=E5=BF=BD=E7=95=A5=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E7=BA=BF=E6=96=87=E4=BB=B6=E6=94=B9=E5=8A=A8=E6=89=A7=E8=A1=8C?= 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 | 6 ++++++ 1 file changed, 6 insertions(+) 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 4d3bf7738..3887278b4 100644 --- a/app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb +++ b/app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb @@ -13,6 +13,9 @@ on: <% end %> <% end %> <% end %> + paths-ignore: + - '.gitea/workflows/**' + - '.github/workflows/**' <% end %> <%if node.name.to_s.include?("on-pull_request") && node.input_values.present? %> pull_request: @@ -26,6 +29,9 @@ on: <% end %> <% end %> <% end %> + paths-ignore: + - '.gitea/workflows/**' + - '.github/workflows/**' <% end %> <%if node.name.to_s.include?("on-schedule") && node.input_values.present? %> schedule: