Browse Source

fixed: 流水线启动事件fork

pull/347/head
xxq250 1 year ago
parent
commit
2dbc7ee9f1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb

+ 2
- 2
app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb 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| %>


Loading…
Cancel
Save