This can happen sometimes, what you can do is to push an empty commit to the branch of the PR. It will re-trigger all the checks you have in CI. This can be done using git command.
git commit --amend --no-edit
and then force push your branch.
git push -f