summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/issue-1595/no-first.yml
blob: 48d4b55d850c8c91fa735ea8256d364f11e376d7 (plain)
1
2
3
4
5
6
7
8
9
10
name: no first
on: push

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