This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
ci(yml): enable try-import branch invoke ci on push
release-1.5
huangxinda
XindaH
4 years ago
parent
4d72e7071d
commit
e67fefcdca
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/ci-cpu.yml
+1
-1
.github/workflows/ci-cuda.yml
+ 1
- 1
.github/workflows/ci-cpu.yml
View File
@@ -2,7 +2,7 @@ name: CI CPU
on:
push:
branches: [master]
branches: [master
, try-import
]
pull_request:
jobs:
+ 1
- 1
.github/workflows/ci-cuda.yml
View File
@@ -2,7 +2,7 @@ name: CI GPU
on:
push:
branches: [master]
branches: [master
, try-import
]
pull_request:
jobs:
Write
Preview
Loading…
Cancel
Save