ci: fix docs-only filter to properly skip tests for documentation changes (#4066)
This commit is contained in:
@@ -31,7 +31,6 @@ jobs:
|
|||||||
- 'documentation/**'
|
- 'documentation/**'
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
code:
|
code:
|
||||||
- '**'
|
|
||||||
- '!documentation/**'
|
- '!documentation/**'
|
||||||
- '!**/*.md'
|
- '!**/*.md'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user