From 450ed920d6af06eff123f63d35bc28c060d26941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Tue, 24 Jun 2025 17:38:33 +0200 Subject: [PATCH] chore: do not build on auth ci test (#2505) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # What does this PR do? Since we are using a very minimal run.yaml, there is not need to build. Signed-off-by: Sébastien Han --- .github/workflows/integration-auth-tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/integration-auth-tests.yml b/.github/workflows/integration-auth-tests.yml index e0f3ff2e8..4139d09ca 100644 --- a/.github/workflows/integration-auth-tests.yml +++ b/.github/workflows/integration-auth-tests.yml @@ -33,10 +33,6 @@ jobs: - name: Install dependencies uses: ./.github/actions/setup-runner - - name: Build Llama Stack - run: | - llama stack build --template ollama --image-type venv - - name: Install minikube if: ${{ matrix.auth-provider == 'kubernetes' }} uses: medyagh/setup-minikube@cea33675329b799adccc9526aa5daccc26cd5052 # v0.0.19