gitea_act/pkg/runner/testdata/issue-1595/no-first.yml

11 lines
156 B
YAML

name: no first
on: push
jobs:
second:
runs-on: ubuntu-latest
needs: first
steps:
- run: echo How did you get here?
shell: bash