Typo in "runs-on" results in indefinitely waiting for a runner to pick up workflow #86984
Unanswered
PrinsFrank
asked this question in
Actions
Replies: 1 comment
|
GitHub Actions doesn't immediately fail the workflow when there's an invalid runner specified. Maybe it puts the workflow into a "waiting for a runner" state. It waits until a runner is requested for the job. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Bug
Body
Describe the bug
When the value for 'runs-on' contains a typo, the workflow indefinitely stays in the "waiting to be picked up" state.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Either of two options:
Runner Version and Platform
Github hosted. (ubuntu-latst including the typo)
What's not working?
The workflow is trying to be started when it shouldn't
Job Log Output
Runner and Worker's Diagnostic Logs
N/A, bug happens before the job is started.
Initially posted on actions/runner#3081
All reactions