Skip to content

Commit 9a5b250

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cc130aa commit 9a5b250

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

getting-started/pull-request-lifecycle.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -667,18 +667,18 @@ list of executed checks. Clicking :guilabel:`Update branch` next to this message
667667
will merge in the latest changes from the base branch into the PR.
668668

669669
If 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
676676
present 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
682682
your pull request.
683683

684684
Re-running failed jobs shouldn't be your first instinct but it is occasionally

0 commit comments

Comments
 (0)