Actions check queued #93
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Thanks for the heads up — I've already spotted the issue. The problem is that the repository was created as a fork of a public repo, and GitHub disables self-hosted runners on public repositories for security reasons. That's why the action gets stuck in the queue indefinitely. The fix involves migrating the repository to a new private one, which will allow the self-hosted runner to work properly. I'll take care of it this afternoon. Just a heads up: if you happen to do a push or pull while I'm doing the migration, you might get a temporary error. Don't worry about it — it'll be short-lived. I'll let you know here once everything is sorted out. You won't need to do anything on your end once it's done. Sorry for the inconvenience!
|
Beta Was this translation helpful? Give feedback.



Thanks for the heads up — I've already spotted the issue. The problem is that the repository was created as a fork of a public repo, and GitHub disables self-hosted runners on public repositories for security reasons. That's why the action gets stuck in the queue indefinitely.
The fix involves migrating the repository to a new private one, which will allow the self-hosted runner to work properly. I'll take care of it this afternoon.
Just a heads up: if you happen to do a push or pull while I'm doing the migration, you might get a temporary error. Don't worry about it — it'll be short-lived. I'll let you know here once everything is sorted out. You won't need to do anything on your end onc…