fixed: 流水线启动事件fork

This commit is contained in:
xxq250 2025-02-11 12:27:46 +08:00
parent 2e93b5ea34
commit 2dbc7ee9f1
1 changed files with 2 additions and 2 deletions

View File

@ -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| %>