Suddenly GitHub actions stopped working for a repo. It times out on the very first step of the action saying "Waiting for a runner to pick up this job" the requested labels are self-hosted, windows
and we have three self-hosted Action-Runners with the labels self-hosted, Windows
and all three show that they are idle. I tried restarting the server that the self-hosted runners are installed on, and double checked to make sure the services are still running, and everything looked fine there. The repo had a successful action run just 8 days ago, and between then and now there were no changes to the GitHub-Action yaml files.
Has anyone else run into similar issues? I'm not sure what else to try since everything looks normal, but the job isn't getting picked up.