Skip to content

Commit 71a2b69

Browse files
chore: Add .mdx to all checks ignore list (calcom#23627)
* chore: Add .mdx to all checks ignore list * Missing a *
1 parent 8282557 commit 71a2b69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
filters: |
3535
has-files-requiring-all-checks:
36-
- "!(**.md|.github/CODEOWNERS|docs/**|help/**|apps/web/public/static/locales/**/common.json|i18n.lock)"
36+
- "!(**.md|**.mdx|.github/CODEOWNERS|docs/**|help/**|apps/web/public/static/locales/**/common.json|i18n.lock)"
3737
- name: Get Latest Commit SHA
3838
id: get_sha
3939
run: |

0 commit comments

Comments
 (0)