From 532e5ed3c36968692b5dd3872981c8d1577a127c Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Thu, 10 Oct 2024 17:20:41 -0300 Subject: [PATCH] chore: Update CI to not run all checks for docs/translations --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2580bf4eab353b..707b6fb803e25f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -33,7 +33,7 @@ jobs: with: filters: | has-files-requiring-all-checks: - - "!(**.md|.github/CODEOWNERS)" + - "!(**.md|.github/CODEOWNERS|docs/**|apps/web/public/static/locales/**/common.json)" - name: Get Latest Commit SHA id: get_sha run: |