diff --git a/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md b/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md index 15900b51e5..77465b8e69 100644 --- a/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md +++ b/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md @@ -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 job-id {% 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). diff --git a/data/reusables/actions/supported-github-runners.md b/data/reusables/actions/supported-github-runners.md index 70e8495e01..74c9c364c1 100644 --- a/data/reusables/actions/supported-github-runners.md +++ b/data/reusables/actions/supported-github-runners.md @@ -30,13 +30,22 @@ Windows Server 2019
ubuntu-22.04
+ubuntu-latest or ubuntu-20.04