We have some checks for our Github repo that run in Jenkins via a Webhook. We moved them to another CI server but, even after disabling/removing the Jenkins Webhook from the repo, the old PRs still triggers the old Jenkins checks and fail. New PRs are not affected.
How can we clean or remove this old/stale checks for existing PRs?