Reputation: 424
After removing an action, sync this change in master, all prs started to have this hanging job.
test Expected Waiting for status to be reported
I tried closing and reopening prs, triggering jobs again, nothing worked. I dont have any single reference in my github workflow files of it, neither in github actions...
Upvotes: 2
Views: 2997
Reputation: 424
This happens because the status check is set as "required" in the branch protection rules.
To disable, in the GitHub repo > Settings > Branches > Branch protection rules > Edit master > Status checks that are required > remove test
.
Upvotes: 3