DEV Community

Discussion on: Mystery github build check

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.