Skip to content

Lemonade Playbook for Local AI on CPU, GPU, and NPU #43

Lemonade Playbook for Local AI on CPU, GPU, and NPU

Lemonade Playbook for Local AI on CPU, GPU, and NPU #43

Workflow file for this run

name: Test Playbooks
on:
workflow_dispatch:
inputs:
playbook_id:
description: 'Specific playbook ID to test (leave empty to test all changed playbooks)'
required: false
type: string
pull_request:
paths:
- 'playbooks/**'
jobs:
test-placeholder-job:
runs-on: ubuntu-latest
steps:
- name: Placeholder
run: echo "Placeholder test job"