Develop_cd — Waiting for status to be reported

Hey there,
We are currently experiencing an issue with CircleCI where PRs (e.g., from hotfix branches) targeting main are getting stuck in the “Checks” section with the message:

develop_cd — Waiting for status to be reported

However, the develop_cd workflow is only supposed to run on the develop branch, and we don’t expect it to be triggered from PRs to main.

I couldn’t find a solution on the CricleCI forums (some pages that are referring to solution are not found). The common advice is to check for filters or branch rules on GitHub, but we don’t have any filters that should be causing this. Even after renaming the develop_cd workflow, GitHub still expects the old check to be reported, and the PR remains stuck in the 'waiting" state. CircleCI doesn’t see such a workflow at all on their platform.

Do you have any suggestion on how to resolve this?

Thanks in advance!