I am seeing the same condition with one of my projects. I have two other projects which seem to be working fine. I’ve removed the checkout key, unfollowed then refollowed the project per another answer on this board and no luck.
I’m having what seems to be the same problem as @ryancastle , where I can see that the webhook is firing and acknowledged, but my CircleCI project status is not updating. Builds aren’t firing, and I’m not seeing any new commits or branches after the state that the GitHub repo was in when I first followed it.
I’ve tried removing hooks/unfollowing/refollowing as suggested but it hasn’t changed a thing.
Might be worth adding some repo information so employees have something to investigate. Post it here if you’re on the free tier, or raise a support ticket if you’re on a paid contract.
Found my issue – bad syntax in a workflow (I’m using v2 with workflows.) For anybody as confused as I was: if you have a validation error in your workflow, nothing will update on the builds tab (and retrying the last failed build will not look for a new commit.)
Also there’s no notification that I could find that the workflow’s broken – as far as I can tell, you just have to go look at the workflow tab and then try to unravel (from the VERY opaque error message there) what your syntax issue is. Unlike a failed build, which sends me an email, I didn’t get any kind of notice that my changes were being noticed and were just failing. This seems like a UX issue CircleCI might want to fix.