diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 4485b6e8e..baa973ede 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -21,6 +21,6 @@ jobs: commit_message: "change: prettier code" # This part is also where you can pass other options, for example: prettier_options: --write **/* - only_changed: False + only_changed: True env: GITHUB_TOKEN: ${{ github.token }}