Checks don't trigger on my Code repository - Why?

I have a Code Repository where I’m creating branching, editing code and opening PRs to master. However, the PRs can’t be merged because of this error: “Some of the required checks have not started running yet: ci/foundry-publish”

Looking at the “checks” tab, there is no checks running since quite some time, and edits/commits on the code of that branch is not triggering new Checks.

Why ? How can I solve this ?

Someone might have disabled the “Code Checks Webhook” in the repository’s settings.

Navigate to the “Settings” tab, then the “Webhooks” tab and then verify that the “Code Checks Webhook” is enabled. This toggle is triggering Checks automatically, when one commits code. If disable, checks won’t trigger automatically.