Issues with web hooks to github

Hello,

we are experiencing issues with our Github status checks web hooks. Our project is using workflows and the workflow is completing but is not updating the status in Github instead the jobs contained in the workflow are updated. Similar to this ticket. The difference is that we do not have jobs that are not a part of the workflow. Screenshot found beneath

35

Hi,

It looks like build-and-test is a workflow and not a job. If it is configured as a required status check under the branch protection rules for your repository, could you try removing it?