PawFV
PawFV

Reputation: 424

Github action check hanging forever

Issue

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

enter image description here

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

Answers (1)

PawFV
PawFV

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

Related Questions