mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
ci: drop no-op docs/** filter exclusion
There is no top-level docs/ directory in the repo (docs live under packages/kilo-docs/, already excluded), so the '!docs/**' entry never matched anything. Remove the dead filter line.
This commit is contained in:
@@ -44,7 +44,6 @@ jobs:
|
||||
- '**'
|
||||
- '!packages/kilo-vscode/**'
|
||||
- '!packages/kilo-docs/**'
|
||||
- '!docs/**'
|
||||
unit:
|
||||
name: unit (${{ matrix.settings.name }})
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user