summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/issue-1595/no-event.yml
blob: 2140a0bd41c7de92251b30b2e7c34d9f0d1a7faf (plain)
1
2
3
4
5
6
7
8
name: no event

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