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(yaml): fix only pull request run ci lint
tags/v1.6.0-rc1
luzzyzhang
luzzyzhang
3 years ago
parent
494f23db33
commit
cbf3bb18da
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.github/workflows/ci.yml
+ 2
- 0
.github/workflows/ci.yml
View File
@@ -8,6 +8,7 @@ on:
jobs:
check-commit:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request }}
steps:
- uses: actions/checkout@v2.3.1
with:
@@ -18,6 +19,7 @@ jobs:
check-format:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request }}
steps:
- uses: actions/checkout@v2.3.1
with:
Write
Preview
Loading…
Cancel
Save