Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you reset the Github status checks?

Tags:

github

The test suite that my Github status checks trigger didn't run when I initially opened my pull request. Is there a way to trigger this manually without committing more code?

like image 266
ckirksey3 Avatar asked Jan 29 '18 15:01

ckirksey3


1 Answers

Update: you can also push an empty commit to your branch to re-trigger status checks: git commit -m "retrigger checks" --allow-empty

Try closing and re-opening your pull request to re-trigger status checks. If that fails, just create another pull request and close the old one.

like image 76
Adil B Avatar answered Sep 28 '22 13:09

Adil B