Merge branch 'main' into OAuthDeleteToken
This commit is contained in:
@@ -27,13 +27,13 @@ Re-running a workflow{% if re-run-jobs %} or jobs in a workflow{% endif %} uses
|
||||
{% data reusables.repositories.actions-tab %}
|
||||
{% data reusables.repositories.navigate-to-workflow %}
|
||||
{% data reusables.repositories.view-run %}
|
||||
{% ifversion fpt or ghes > 3.2 or ghae-issue-4721 or ghec %}
|
||||
{% ifversion fpt or ghes > 3.4 or ghae-issue-4721 or ghec %}
|
||||
1. In the upper-right corner of the workflow, use the **Re-run jobs** drop-down menu, and select **Re-run all jobs**.
|
||||
|
||||
If no jobs failed, you will not see the **Re-run jobs** drop-down menu. Instead, click **Re-run all jobs**.
|
||||

|
||||
{% endif %}
|
||||
{% ifversion ghes < 3.3 or ghae %}
|
||||
{% ifversion ghes < 3.5 or ghae %}
|
||||
1. In the upper-right corner of the workflow, use the **Re-run jobs** drop-down menu, and select **Re-run all jobs**.
|
||||

|
||||
{% endif %}
|
||||
@@ -114,7 +114,7 @@ gh run rerun --job <em>job-id</em>
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% ifversion fpt or ghes > 3.2 or ghae-issue-4721 or ghec %}
|
||||
{% ifversion fpt or ghes > 3.4 or ghae-issue-4721 or ghec %}
|
||||
## Reviewing previous workflow runs
|
||||
|
||||
You can view the results from your previous attempts at running a workflow. You can also view previous workflow runs using the API. For more information, see ["Get a workflow run"](/rest/reference/actions#get-a-workflow-run).
|
||||
|
||||
@@ -30,13 +30,22 @@ Windows Server 2019
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Ubuntu 22.04
|
||||
</td>
|
||||
<td>
|
||||
<code>ubuntu-22.04</code>
|
||||
</td>
|
||||
<td>
|
||||
Ubuntu 22.04 is currently in public beta.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Ubuntu 20.04
|
||||
</td>
|
||||
<td>
|
||||
<code>ubuntu-latest</code> or <code>ubuntu-20.04</code>
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user