Skip to content

Commit

Permalink
ci: disable fix lint for pr
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed May 12, 2024
1 parent b411762 commit 68b8cbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write
pull-requests: write
with:
fix: true
fix: false

build:
name: 构建文档
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
required: true
type: boolean

permissions:
contents: write
pull-requests: write
# permissions:
# contents: write
# pull-requests: write

jobs:
lint:
Expand Down

0 comments on commit 68b8cbc

Please sign in to comment.