2.7 KiB
title, shortTitle, intro, versions, redirect_from
| title | shortTitle | intro | versions | redirect_from | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Viewing and re-running checks in GitHub Desktop | Viewing and re-running checks | You can view the status of checks and re-run them in {% data variables.product.prodname_desktop %}. |
|
|
About checks in {% data variables.product.prodname_desktop %}
{% data variables.product.prodname_desktop %} displays the status of checks that have run in your pull request branches. The checks badge next to the branch name will display the pending, passing, or failing state of the checks. You can also re-run all, failed, or individual checks when viewing the status of the checks in {% data variables.product.prodname_desktop %}. For more information on setting up checks in your repository, see AUTOTITLE.
{% data variables.product.prodname_desktop %} will also show a system notification when checks fail. For more information on enabling notifications, see AUTOTITLE.
Viewing and re-running checks
{% data reusables.desktop.current-branch-menu %} {% data reusables.desktop.click-pull-requests %} {% data reusables.desktop.choose-pr-from-list %}
-
Click on the pull request number, to the right of the pull request branch name.
-
To re-run failed checks, click {% octicon "sync" aria-hidden="true" %} Re-run and select Re-run Failed Checks.
-
To re-run individual checks, hover over the individual check you want to re-run and select the {% octicon "sync" aria-label="The sync icon" %} icon to re-run the check.
-
You will see a confirmation dialog with the summary of the checks that will be re-run. Click Re-run Checks to confirm that you want to perform the re-run.


