I recently changed a workspace name in terraform cloud (old name foo, new name bar) and I am having an issue where my Github PRs have a check from terraform cloud for the old workspace name (foo) that no longer exists. The Github check merely mentions that it is awaiting a status from foo.
I've even gone so far as to delete this renamed workspace (bar) and migrate the state to another new workspace (also named bar), however the old workspace name (foo) is still appearing in the github checks.
Is there any way to force foo to stop appearing in the github checks? There's no reason it should be there as foo's source directory is gone, and the foo workspace is also gone.