From 8217ab1e615f766edf5e02ca08adae6e7008e170 Mon Sep 17 00:00:00 2001 From: Rizel Scarlett Date: Wed, 13 Aug 2025 10:52:29 -0400 Subject: [PATCH] ci: fix docs-only filter to properly skip tests for documentation changes (#4066) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6273d21..3aba671b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,6 @@ jobs: - 'documentation/**' - '**/*.md' code: - - '**' - '!documentation/**' - '!**/*.md'