mirror of
https://gitea.com/gitea/act
synced 2025-07-29 17:30:11 +00:00
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
9 lines
129 B
YAML
9 lines
129 B
YAML
name: no event
|
|
|
|
jobs:
|
|
stuck:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo How did you get here?
|
|
shell: bash
|