Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Resolve gemini ollama cicd issue
  • Loading branch information
dexters1 committed Jun 12, 2025
commit a57ae5c0f5a46aed123fc6b1ee9a1171c8a69eef
4 changes: 0 additions & 4 deletions .github/workflows/test_gemini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading