diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e9f983df1a3e33..dbb065b2ec7920 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|docs/**|help/**|apps/web/public/static/locales/**/common.json)" + - "!(**.md|.github/CODEOWNERS|docs/**|help/**|apps/web/public/static/locales/**/common.json|i18n.lock)" - name: Get Latest Commit SHA id: get_sha run: |