Skip to content

Update docs/generating_example_file.rst #13

Update docs/generating_example_file.rst

Update docs/generating_example_file.rst #13

name: Custom dispatch tests

Check failure on line 1 in .github/workflows/custom_dispatch_tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/custom_dispatch_tests.yml

Invalid workflow file

(Line: 1, Col: 1): Required property is missing: jobs
on:
workflow_dispatch:
inputs:
pytest_markexpr:
description: 'Expression for pytest -m'
required: false
default: 'not remote'
type: string
os:
description: 'OS to test on'
required: true
default: 'ubuntu-latest'
type: choice
options: ["ubuntu-latest", "windows-latest", "windows-2022", "macos-latest", "macos-15-intel"]
python:
description: 'Python version'
required: true
default: '3.13'
type: choice
options: ['3.10', '3.11', '3.12', '3.13']
tmate:
description: 'Enable tmate debugging session'
required: false
default: false
type: boolean