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/**'
|
- '.gitea/workflows/**'
|
||||||
- '.github/workflows/**'
|
- '.github/workflows/**'
|
||||||
<% end %>
|
<% end %>
|
||||||
|
<%if node.name.to_s.include?("on-fork") %>
|
||||||
|
fork:
|
||||||
|
<% end %>
|
||||||
<%if node.name.to_s.include?("on-schedule") && node.input_values.present? %>
|
<%if node.name.to_s.include?("on-schedule") && node.input_values.present? %>
|
||||||
schedule:
|
schedule:
|
||||||
<% node.input_values.each_key do |key| %>
|
<% node.input_values.each_key do |key| %>
|
||||||
|
|
Loading…
Reference in New Issue