Skip to content

GitHub Actions stalled in the "Waiting to run" state #18286

@jugglinmike

Description

@jugglinmike

We landed gh-17680 under the assumption (and limited observation) that GitHub Actions run consistently for all of GitHub's pull_request events over the lifetime of a pull request. Reviewing recent performance of that Action shows that this is not the case. That's a problem because consistency is important for the application we have in mind (submission preview).

I've created a ticket with GitHub support and included the text below. I'll update this issue as I learn more.

/cc @jgraham @sideshowbarker

Hello,

My project [1] recently added a GitHub Workflow for the pull_request event. The Workflow's only Action frequently stalls in the "Waiting to run" state. This is not consistent--the Action does occasionally run as expected for pull request events.

I don't know a way to analyze this at scale, but my limited research suggests that this may be related to the state of the branch. Specifically, this seems to occur when a commit is force-pushed and when the branch is deleted.

Is this a fundamental limitation of the GitHub Actions feature? If so, can the status be updated to indicate the finality of this state? If not, can you speak to the likelihood of the problem being solved?

Thanks for your help!

[1] https://github.com/web-platform-tests/wpt

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions