File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ workflows:
2020 # line:
2121 # <regex path-to-test> <parameter-to-set> <value-of-pipeline-parameter>
2222 mapping : |
23- README.md lint_only true
24- README_zh-CN.md lint_only true
25- docs /.* lint_only true
26- demo /.* lint_only true
27- .dev_scripts /.* lint_only true
28- .github/workflows/ .* lint_only true
23+ mmocr/.* lint_only false
24+ requirements/.* lint_only false
25+ tests /.* lint_only false
26+ tools /.* lint_only false
27+ configs /.* lint_only false
28+ .circleci/ .* lint_only false
2929 base-revision : main
3030 # this is the path of the configuration we should trigger once
3131 # path filtering and pipeline parameter value updates are
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: 2.1
55parameters :
66 lint_only :
77 type : boolean
8- default : false
8+ default : true
99
1010jobs :
1111 lint :
You can’t perform that action at this time.
0 commit comments