Files
new-api/modules/actions/jobparser/testdata/null_job_explicit.in.yaml
T
2026-05-30 22:47:36 +08:00

10 lines
145 B
YAML

# null_job_explicit.in.yaml
on: push
jobs:
empty: null
notempty:
needs: empty
runs-on: ubuntu-latest
steps:
- run: echo ok