@@ -667,18 +667,18 @@ list of executed checks. Clicking :guilabel:`Update branch` next to this message
667667will merge in the latest changes from the base branch into the PR.
668668
669669If this still doesn't help with the failure on the PR, you can try
670- to re-run that particular failed check.
670+ to re-run that particular failed check.
671671
672- Note that the :guilabel: `Re-run jobs ` button on GitHub Actions is only visible
673- to Python core developers and triagers. If you have these permissions, go to
674- the red GitHub Action job, click on the :guilabel: `Re-run jobs ` button on the
675- top right, and select :guilabel: `Re-run failed jobs `. The button will only be
672+ Note that the :guilabel: `Re-run jobs ` button on GitHub Actions is only visible
673+ to Python core developers and triagers. If you have these permissions, go to
674+ the red GitHub Action job, click on the :guilabel: `Re-run jobs ` button on the
675+ top right, and select :guilabel: `Re-run failed jobs `. The button will only be
676676present when all other jobs finished running.
677677
678- If you are a regular contributor and cannot see the button, you can ask a
679- reviewer to re-run the failed jobs for you in a PR comment. Alternatively, you
680- can re-trigger the CI by pushing an empty commit to your branch (e.g.
681- ``git commit --allow-empty -m "Trigger CI" ``), or by closing and re-opening
678+ If you are a regular contributor and cannot see the button, you can ask a
679+ reviewer to re-run the failed jobs for you in a PR comment. Alternatively, you
680+ can re-trigger the CI by pushing an empty commit to your branch (e.g.
681+ ``git commit --allow-empty -m "Trigger CI" ``), or by closing and re-opening
682682your pull request.
683683
684684Re-running failed jobs shouldn't be your first instinct but it is occasionally
0 commit comments