mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 01:48:05 +00:00
fix
This commit is contained in:
parent
46715e7889
commit
5fdedff37f
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ runs:
|
|||
uses: ./.github/actions/setup-vllm
|
||||
|
||||
- name: Start Postgres service
|
||||
if: ${{ inputs.setup == 'postgres' }}
|
||||
if: ${{ contains(inputs.setup, 'postgres') }}
|
||||
shell: bash
|
||||
run: |
|
||||
sudo docker rm -f postgres-ci || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue