diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index bad1eb18..f4c25018 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -20,8 +20,8 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: - fail_on_error: true + fail_on_error: false reporter: github-pr-check filter_mode: added files: latest/ug - continue-on-error: false \ No newline at end of file + continue-on-error: false