Skip to content

Commit 878383b

Browse files
authored
[Fix] Fix lint_only (#998)
1 parent de2851e commit 878383b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

.circleci/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 2.1
55
parameters:
66
lint_only:
77
type: boolean
8-
default: false
8+
default: true
99

1010
jobs:
1111
lint:

0 commit comments

Comments
 (0)