[Fix] Fix lint_only (#998)

This commit is contained in:
Tong Gao 2022-05-05 17:09:05 +08:00 committed by GitHub
parent de2851e3c2
commit 878383b9de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -20,12 +20,12 @@ workflows:
# line: # line:
# <regex path-to-test> <parameter-to-set> <value-of-pipeline-parameter> # <regex path-to-test> <parameter-to-set> <value-of-pipeline-parameter>
mapping: | mapping: |
README.md lint_only true mmocr/.* lint_only false
README_zh-CN.md lint_only true requirements/.* lint_only false
docs/.* lint_only true tests/.* lint_only false
demo/.* lint_only true tools/.* lint_only false
.dev_scripts/.* lint_only true configs/.* lint_only false
.github/workflows/.* lint_only true .circleci/.* lint_only false
base-revision: main base-revision: main
# this is the path of the configuration we should trigger once # this is the path of the configuration we should trigger once
# path filtering and pipeline parameter value updates are # path filtering and pipeline parameter value updates are

View File

@ -5,7 +5,7 @@ version: 2.1
parameters: parameters:
lint_only: lint_only:
type: boolean type: boolean
default: false default: true
jobs: jobs:
lint: lint: