[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:
# <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

View File

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