Skip to content

Upgrade Korvo2 BSP for voice_agent example #71

Upgrade Korvo2 BSP for voice_agent example

Upgrade Korvo2 BSP for voice_agent example #71

Workflow file for this run

name: CI
on:
schedule:
- cron: 0 0 * * 1
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
push:
branches: [main]
concurrency:
group: "ci"
cancel-in-progress: true
jobs:
build-examples:
name: Build Examples
uses: ./.github/workflows/build_examples.yml
license-check:
name: License Check
uses: ./.github/workflows/license_check.yml