mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
[Fix] Fix lint_only (#998)
This commit is contained in:
parent
de2851e3c2
commit
878383b9de
@ -20,12 +20,12 @@ workflows:
|
||||
# line:
|
||||
# <regex path-to-test> <parameter-to-set> <value-of-pipeline-parameter>
|
||||
mapping: |
|
||||
README.md lint_only true
|
||||
README_zh-CN.md lint_only true
|
||||
docs/.* lint_only true
|
||||
demo/.* lint_only true
|
||||
.dev_scripts/.* lint_only true
|
||||
.github/workflows/.* lint_only true
|
||||
mmocr/.* lint_only false
|
||||
requirements/.* lint_only false
|
||||
tests/.* lint_only false
|
||||
tools/.* lint_only false
|
||||
configs/.* lint_only false
|
||||
.circleci/.* lint_only false
|
||||
base-revision: main
|
||||
# this is the path of the configuration we should trigger once
|
||||
# path filtering and pipeline parameter value updates are
|
||||
|
@ -5,7 +5,7 @@ version: 2.1
|
||||
parameters:
|
||||
lint_only:
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
Loading…
x
Reference in New Issue
Block a user