ci: fix docs-only filter to properly skip tests for documentation changes (#4066)

This commit is contained in:
Rizel Scarlett
2025-08-13 10:52:29 -04:00
committed by GitHub
parent 4f3038bcb1
commit 8217ab1e61
-1
View File
@@ -31,7 +31,6 @@ jobs:
- 'documentation/**'
- '**/*.md'
code:
- '**'
- '!documentation/**'
- '!**/*.md'