Github Actions are not running #168130
-
Why are you starting this discussion?Question What GitHub Actions topic or product is this about?Misc Discussion DetailsRequested labels: ubuntu-latest |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
The job is queued and waiting for a GitHub-hosted runner (in this case, ubuntu-latest) to become available and start executing the workflow defined in .github/workflows/test.yml of the branch main in the maheshkarre/testRunners repository. |
Beta Was this translation helpful? Give feedback.
-
This is about Hosted Runners (ubuntu-latest) and Workflow Execution Queuing.
You are seeing this message in your GitHub Actions workflow because your job is queued and waiting for a hosted runner (in this case, ubuntu-latest) to become available and pick up the job for execution. |
Beta Was this translation helpful? Give feedback.
-
all great answers and thank you, however the problem was I was trying to use ubuntu 20.04 which has been depreciated in the runners DOH! - have changed it to latest and voila! |
Beta Was this translation helpful? Give feedback.
-
We are facing the similar issue with ubuntu-latest |
Beta Was this translation helpful? Give feedback.
all great answers and thank you, however the problem was I was trying to use ubuntu 20.04 which has been depreciated in the runners DOH! - have changed it to latest and voila!