Skip to content

Add a playbook of llama factory fine-tuning #40

Add a playbook of llama factory fine-tuning

Add a playbook of llama factory fine-tuning #40

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"