You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I made some changes to my YAML file for GitHub actions a while back, and specifically renamed two of the tasks there. Since then, I've noticed that those two actions still show up in the tasks list for PRs, though they just get stuck forever as "waiting", since those tasks don't actually exist in the YAML file anymore. Why are they still there? 🤔
Interestingly, this is not an issue for individual actions from the Actions tab, the pipelines there complete just fine.
Observe the two pending tasks in the tasks list below
See that those tasks don't actually exist in the YAML file.
Expected behavior
Those two actions should not be there anymore, as they're not present in the YAML file.
Not really sure where GitHub is getting them from, those names just don't exist anywhere in the whole repo now.
Runner Version and Platform
GitHub website
What's not working?
The text was updated successfully, but these errors were encountered:
@Sergio0694 I've had this issue before - they're likely still showing up because the checks are required by branch protection rules for the base branch of your PR (main), which is explained by the 'required' flag next to the check.
When the checks are deleted or renamed, the branch protection rules are not modified.
Describe the bug
I made some changes to my YAML file for GitHub actions a while back, and specifically renamed two of the tasks there. Since then, I've noticed that those two actions still show up in the tasks list for PRs, though they just get stuck forever as "waiting", since those tasks don't actually exist in the YAML file anymore. Why are they still there? 🤔
Interestingly, this is not an issue for individual actions from the Actions tab, the pipelines there complete just fine.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Those two actions should not be there anymore, as they're not present in the YAML file.
Not really sure where GitHub is getting them from, those names just don't exist anywhere in the whole repo now.
Runner Version and Platform
GitHub website
What's not working?
The text was updated successfully, but these errors were encountered: