From e251e246d01c7d2365489668d0b3ef7e53b6f940 Mon Sep 17 00:00:00 2001 From: Roberto Guagliardo Date: Mon, 2 Feb 2026 20:03:25 +0000 Subject: [PATCH] olama extend --- .github/workflows/ai-review.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index 6fa0a70..53cc001 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -7,13 +7,8 @@ on: jobs: review: runs-on: ubuntu-latest - services: - ollama: - image: ollama/ollama:latest - ports: - - 11434:11434 - options: >- - --health-cmd="curl -sSf http://192.168.1.92:11434/ || exit 1" --health-interval=10s --health-timeout=5s --health-retries=12 + # Using an external Ollama server at 192.168.1.92:11434 + # Do NOT start a local Ollama service in the runner; the workflow will connect to the external host. steps: - name: Checkout