fixed: 流水线启动事件fork

This commit is contained in:
xxq250 2025-02-11 12:26:08 +08:00
parent 19ccaa5599
commit 2e93b5ea34
1 changed files with 0 additions and 13 deletions

View File

@ -35,19 +35,6 @@ on:
<% end %>
<%if node.name.to_s.include?("on-fork") %>
fork:
<% node.input_values.each_key do |key| %>
<%=key %>:
<% if node.input_values[key].blank? %>
- '*'
<% else %>
<% node.input_values[key].to_s.split(",").each do |val| %>
- <%=val %>
<% end %>
<% end %>
<% end %>
paths-ignore:
- '.gitea/workflows/**'
- '.github/workflows/**'
<% end %>
<%if node.name.to_s.include?("on-schedule") && node.input_values.present? %>
schedule: