be4a1477a5
Change planner functions to return errors This enables createStages to return `unable to build dependency graph` Fix PlanEvent to properly report errors relating to events/workflows
10 lines
156 B
YAML
10 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
|