Skip to content

Old checks still appearing in PR checks after being removed #139960

Answered by lovrozagar
pararang asked this question in Actions
Discussion options

You must be logged in to vote

Hi @pararang,

It sounds like GitHub is still referencing the old checks you’ve removed. This can happen occasionally, but there are a few things you can try to fix it.

First, head to your repository settings and check the Branch Protection Rules. Sometimes, even after removing a check from your workflow files, it might still be listed as required in the branch protection settings. If you see the old checks there, you’ll need to remove them.

If that doesn’t help, you could try re-running the workflows on the pull request. There’s usually a button in the PR checks section that says "Re-run jobs." That can sometimes force GitHub to refresh the status checks.

Another thing to try is pushing a…

Replies: 2 comments 1 reply

This comment was marked as off-topic.

@pararang
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage
3 participants