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
fixed: 流水线启动事件设计时自动增加忽略流水线文件改动执行
pull/347/head
xxq250
1 year ago
parent
5540d8732c
commit
5c2639773e
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb
+ 6
- 0
app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb
View File
@@ -13,6 +13,9 @@ on:
<% end %>
<% end %>
<% end %>
paths-ignore:
- '.gitea/workflows/**'
- '.github/workflows/**'
<% end %>
<%if node.name.to_s.include?("on-pull_request") && node.input_values.present? %>
pull_request:
@@ -26,6 +29,9 @@ on:
<% end %>
<% end %>
<% end %>
paths-ignore:
- '.gitea/workflows/**'
- '.github/workflows/**'
<% end %>
<%if node.name.to_s.include?("on-schedule") && node.input_values.present? %>
schedule:
Write
Preview
Loading…
Cancel
Save