10 lines
140 B
YAML
10 lines
140 B
YAML
# null_job_implicit.in.yaml
|
|
on: push
|
|
jobs:
|
|
empty:
|
|
notempty:
|
|
needs: empty
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo ok
|