fix(ci): correct remaining path filters and Docker build args

Fixed path filters that still referenced the old llama_stack/ location:
- Updated negative path exclusions from !llama_stack/ui/** to !src/llama_stack/ui/**
- Updated Docker RUN_CONFIG_PATH build args to use /workspace/src/llama_stack/distributions/

These paths were missed in the initial src/ migration commit.
This commit is contained in:
Ashwin Bharambe 2025-10-27 11:37:49 -07:00
parent 8e5ed739ec
commit 3b80549e15
6 changed files with 7 additions and 7 deletions

View file

@ -9,7 +9,7 @@ on:
branches: [ main ]
paths:
- 'src/llama_stack/**'
- '!llama_stack/ui/**'
- '!src/llama_stack/ui/**'
- 'tests/integration/vector_io/**'
- 'uv.lock'
- 'pyproject.toml'