fixed: 流水线启动事件pull_request:opened

This commit is contained in:
xxq250 2025-02-12 09:07:47 +08:00
parent 2dbc7ee9f1
commit ce980714af
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ on:
<% end %>
<%if node.name.to_s.include?("on-pull_request") && node.input_values.present? %>
pull_request:
types:
- opened
<% node.input_values.each_key do |key| %>
<%=key %>:
<% if node.input_values[key].blank? %>