Action is not running (Status Waiting) #86
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
I activated actions in gitea and added a runner. The runner is registered successfully and is in idle mode.
When i try to start an action in a repostory it wont be executed by the runner. The workflow is only in status "Waiting". I also wont see any error in logs or something.
What can cause this behaviour ?
Does your runner have the label which used in workflow file like
runs-on: [the_label]
?Thats it, sorry for the dumb question.
Thanks!!