fix: vllm starter name

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-06-04 11:55:26 +02:00
parent ed69c1b3cc
commit af0d6014c1
No known key found for this signature in database
4 changed files with 6 additions and 4 deletions

View file

@ -10,6 +10,7 @@ on:
- 'llama_stack/distribution/build.*'
- 'llama_stack/distribution/*.sh'
- '.github/workflows/providers-build.yml'
- 'llama_stack/templates/**'
pull_request:
paths:
- 'llama_stack/cli/stack/build.py'
@ -17,6 +18,7 @@ on:
- 'llama_stack/distribution/build.*'
- 'llama_stack/distribution/*.sh'
- '.github/workflows/providers-build.yml'
- 'llama_stack/templates/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}