Organization self hosted ARC runners not picking jobs from another repo #167262
Unanswered
valentino-signapay
asked this question in
Actions
Replies: 2 comments
-
Your workflows are hanging in the queue mainly because:
Try restarting your runners, verifying assignments, and adding more runners if job volume increased. Also, review your workflow YAML for any conditions or concurrency settings that could delay job execution. |
Beta Was this translation helpful? Give feedback.
0 replies
-
🔧 Ensure the runner group includes the repo
📌 Make sure the group is visible to the target repo: Set visibility to "All repositories" or Add the specific repo manually
Make sure the workflow job matches: yaml |
Beta Was this translation helpful? Give feedback.
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.
-
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
ARC (Actions Runner Controller)
Discussion Details
Hi! I have deployed ARC runners, everything works fine, I have configured this runner group to my organization, so I can use it in all my repositories.
In my main repo, it works fine, and it was working in the rest of my repositories, but now, for no reason, my workflows are hanging in queue state. Randomly after cancel and rerun the workflows a single job was taken by the runner and completed, but the rest keeps queued.
Any help? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions