Skip to content

fix(ollama): soft-fail on empty response in generate_from_raw #2697

fix(ollama): soft-fail on empty response in generate_from_raw

fix(ollama): soft-fail on empty response in generate_from_raw #2697

Workflow file for this run

name: "Run CI"
on:
pull_request:
types: [opened, reopened, synchronize]
merge_group:
push:
branches: ['release/**']
workflow_dispatch: # used by release.sh for sync-PR CI (anti-loop workaround)
inputs:
ref:
description: 'Branch or ref to run CI against'
type: string
required: false
permissions: {}
jobs:
code-checks:
permissions:
contents: read
uses: ./.github/workflows/quality.yml