Merge branch 'standalone_develop' of https://gitlink.org.cn/Trustie/forgeplus into standalone_develop
This commit is contained in:
commit
27ac452d0b
|
@ -33,6 +33,9 @@ on:
|
|||
- '.gitea/workflows/**'
|
||||
- '.github/workflows/**'
|
||||
<% end %>
|
||||
<%if node.name.to_s.include?("on-fork") %>
|
||||
fork:
|
||||
<% end %>
|
||||
<%if node.name.to_s.include?("on-schedule") && node.input_values.present? %>
|
||||
schedule:
|
||||
<% node.input_values.each_key do |key| %>
|
||||
|
|
Loading…
Reference in New Issue