fix: Resolve gemini ollama cicd issue (#979)
<!-- .github/pull_request_template.md --> ## 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.
This commit is contained in:
parent
48f5bf9a74
commit
842fb8112f
1 changed files with 0 additions and 4 deletions
4
.github/workflows/test_gemini.yml
vendored
4
.github/workflows/test_gemini.yml
vendored
|
|
@ -3,10 +3,6 @@ name: test | gemini
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
||||||
cancel-in-progress: false
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-gemini:
|
test-gemini:
|
||||||
name: Run Gemini Test
|
name: Run Gemini Test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue