This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge branch 'standalone_develop' of
https://gitlink.org.cn/Trustie/forgeplus
into standalone_develop
pull/347/head
yystopf
1 year ago
parent
ef18ea8cdc
bb55122a28
commit
874e5eeade
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb
+ 2
- 0
app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb
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? %>
Write
Preview
Loading…
Cancel
Save