Replies: 1 comment
-
|
The symptoms you describe ( A few things I'd check:
If you've already verified all of the above, then this starts looking like a GitHub Actions backend issue affecting those repositories. The fact that:
suggests the workflow planner is never producing a job graph. At that point, I'd recommend opening a GitHub Support ticket and including the affected repository names, run IDs, and the observation that even a minimal |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
ARC (Actions Runner Controller)
Discussion Details
Summary
After forking
huggingface/transformers(a very large repo with hundreds of workflow files),manually triggered
workflow_dispatchruns are created successfully but always show 0 jobs.The runs stay in
queuedstatus indefinitely and cannot be cancelled.Affected repositories
Goalina/transformers(fork ofhuggingface/transformers)codemayq/transformers(fork ofhuggingface/transformers)Steps to reproduce
huggingface/transformers2. Create a simple custom workflow.github/workflows/test.yml:Beta Was this translation helpful? Give feedback.
All reactions