From caac6d3ac20114e9d0b6fadd24483e23e43e6a20 Mon Sep 17 00:00:00 2001 From: Pedram Navid <1045990+PedramNavid@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:52:51 -0700 Subject: [PATCH] [docs] Update vale to only run on docs-beta (#23757) ## Summary & Motivation ## How I Tested These Changes --- .github/workflows/vale.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index a025667e84bab..fe6932fa12fac 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -32,19 +32,3 @@ jobs: files: '["docs-beta/docs"]' vale_flags: "--config=docs/.vale.ini" fail_on_error: true - - uses: errata-ai/vale-action@reviewdog - env: - REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - files: '["docs/content", "docs/sphinx"]' - vale_flags: "--config=docs/.vale.ini" - fail_on_error: true - reporter: github-pr-review - - uses: errata-ai/vale-action@reviewdog - env: - REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - files: '["docs/content", "docs/sphinx"]' - vale_flags: "--config=docs/.vale.ini" - fail_on_error: true - reporter: github-check