diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3aba671b86a2..612b9c66c0ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,10 +29,8 @@ jobs: filters: | docs-only: - 'documentation/**' - - '**/*.md' code: - '!documentation/**' - - '!**/*.md' rust-format: name: Check Rust Code Format