DEV Community

Omar White
Omar White

Posted on • Updated on

Mystery github build check

I've got a github PR check that I don't recognize, it never reports back and prevents my PR's from being mergeable without admin rights. Anyone have an idea how to disable this check? Here's the repo and an example PR where the "build" check is hanging. Also here's a screenshot: Alt Text

Top comments (4)

Collapse
 
siddharthshyniben profile image
Siddharth

I don't see the build in the checks section. Thinking...

Collapse
 
omawhite profile image
Omar White

Yeah I didn’t either which is why I was pretty confused.

Collapse
 
siddharthshyniben profile image
Siddharth • Edited

Can you try pushing an empty commit to re-trigger the checks? That might work.

Something like git commit --amend --no-edit

Thread Thread
 
omawhite profile image
Omar White

Tried that but still see the mystery check. I had plans to overhaul my CI anyway, maybe that will change things.