chore: Add .mdx to all checks ignore list (#23627)

* chore: Add .mdx to all checks ignore list

* Missing a *
This commit is contained in:
Keith Williams
2025-09-05 15:38:59 -03:00
committed by GitHub
parent 8282557ebe
commit 71a2b6956f
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
with:
filters: |
has-files-requiring-all-checks:
- "!(**.md|.github/CODEOWNERS|docs/**|help/**|apps/web/public/static/locales/**/common.json|i18n.lock)"
- "!(**.md|**.mdx|.github/CODEOWNERS|docs/**|help/**|apps/web/public/static/locales/**/common.json|i18n.lock)"
- name: Get Latest Commit SHA
id: get_sha
run: |