From 842fb8112faf911ab6c5efc483cc98d9d8a84026 Mon Sep 17 00:00:00 2001 From: Igor Ilic <30923996+dexters1@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:11:10 +0200 Subject: [PATCH] fix: Resolve gemini ollama cicd issue (#979) ## Description Resolve issue with ollama and gemini ci cd ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. --- .github/workflows/test_gemini.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test_gemini.yml b/.github/workflows/test_gemini.yml index dcd9d30b7..41fd954a2 100644 --- a/.github/workflows/test_gemini.yml +++ b/.github/workflows/test_gemini.yml @@ -3,10 +3,6 @@ name: test | gemini on: workflow_call: -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: false - jobs: test-gemini: name: Run Gemini Test