Add a playbook of llama factory fine-tuning #40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |