From 5fdedff37fb2ea74940724f32c5bc812efdf7192 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Mon, 10 Nov 2025 15:28:43 -0800 Subject: [PATCH] fix --- .github/actions/setup-test-environment/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-test-environment/action.yml b/.github/actions/setup-test-environment/action.yml index 121fc3128..1c9d019cc 100644 --- a/.github/actions/setup-test-environment/action.yml +++ b/.github/actions/setup-test-environment/action.yml @@ -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