Actions workflow run and workflow list Navigation updates (#31558)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Lucas Costi 2022-10-14 06:10:16 +10:00 коммит произвёл GitHub
Родитель 7e6e75078c
Коммит c1fe5d2943
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
14 изменённых файлов: 64 добавлений и 21 удалений

Двоичные данные
assets/images/help/repository/actions-disable-workflow-2022.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 246 KiB

Двоичные данные
assets/images/help/repository/actions-enable-workflow-2022.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 189 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 183 KiB

Двоичные данные
assets/images/help/repository/actions-select-workflow-2022.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 212 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 71 KiB

После

Ширина:  |  Высота:  |  Размер: 71 KiB

Двоичные данные
assets/images/help/repository/actions-workflow-menu-kebab-2022.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 213 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 44 KiB

После

Ширина:  |  Высота:  |  Размер: 184 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 12 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 32 KiB

После

Ширина:  |  Высота:  |  Размер: 133 KiB

Просмотреть файл

@ -36,13 +36,30 @@ You can also disable and enable a workflow using the REST API. For more informat
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.actions-tab %}
1. In the left sidebar, click the workflow you want to disable.
![actions select workflow](/assets/images/actions-select-workflow.png)
{% ifversion workflow-nav-2022 -%}
![Actions select workflow](/assets/images/help/repository/actions-select-workflow-2022.png)
{%- else -%}
![Actions select workflow](/assets/images/help/repository/actions-select-workflow.png)
{%- endif %}
1. Click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}.
![actions kebab menu](/assets/images/help/repository/actions-workflow-menu-kebab.png)
{% ifversion workflow-nav-2022 -%}
![actions kebab menu](/assets/images/help/repository/actions-workflow-menu-kebab-2022.png)
{%- else -%}
![Actions kebab menu](/assets/images/help/repository/actions-workflow-menu-kebab.png)
{%- endif %}
1. Click **Disable workflow**.
![actions disable workflow](/assets/images/help/repository/actions-disable-workflow.png)
The disabled workflow is marked {% octicon "stop" aria-label="The stop icon" %} to indicate its status.
![actions list disabled workflow](/assets/images/help/repository/actions-find-disabled-workflow.png)
{% ifversion workflow-nav-2022 -%}
![actions disable workflow](/assets/images/help/repository/actions-disable-workflow-2022.png)
{%- else -%}
![actions disable workflow](/assets/images/help/repository/actions-disable-workflow.png)
The disabled workflow is marked {% octicon "stop" aria-label="The stop icon" %} to indicate its status.
![actions list disabled workflow](/assets/images/help/repository/actions-find-disabled-workflow.png)
{%- endif %}
{% endwebui %}
@ -67,9 +84,19 @@ You can re-enable a workflow that was previously disabled.
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.actions-tab %}
1. In the left sidebar, click the workflow you want to enable.
![actions select disabled workflow](/assets/images/help/repository/actions-select-disabled-workflow.png)
{% ifversion workflow-nav-2022 -%}
![Actions select disabled workflow](/assets/images/help/repository/actions-select-disabled-workflow-2022.png)
{%- else -%}
![Actions select disabled workflow](/assets/images/help/repository/actions-select-disabled-workflow.png)
{%- endif %}
1. Click **Enable workflow**.
![actions enable workflow](/assets/images/help/repository/actions-enable-workflow.png)
{% ifversion workflow-nav-2022 -%}
![Actions enable workflow](/assets/images/help/repository/actions-enable-workflow-2022.png)
{%- else -%}
![Actions enable workflow](/assets/images/help/repository/actions-enable-workflow.png)
{%- endif %}
{% endwebui %}

Просмотреть файл

@ -25,7 +25,12 @@ To run a workflow manually, the workflow must be configured to run on the `workf
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.actions-tab %}
1. In the left sidebar, click the workflow you want to run.
![actions select workflow](/assets/images/actions-select-workflow.png)
{% ifversion workflow-nav-2022 -%}
![Actions select workflow](/assets/images/help/repository/actions-select-workflow-2022.png)
{%- else -%}
![Actions select workflow](/assets/images/help/repository/actions-select-workflow.png)
{%- endif %}
1. Above the list of workflow runs, select **Run workflow**.
![actions workflow dispatch](/assets/images/actions-workflow-dispatch.png)
1. Use the **Branch** dropdown to select the workflow's branch, and type the input parameters. Click **Run workflow**.

Просмотреть файл

@ -28,16 +28,18 @@ Re-running a workflow{% ifversion re-run-jobs %} or jobs in a workflow{% endif %
{% data reusables.repositories.actions-tab %}
{% data reusables.repositories.navigate-to-workflow %}
{% data reusables.repositories.view-run %}
{% ifversion fpt or ghes > 3.4 or ghae or ghec %}
{% ifversion fpt or ghes > 3.4 or ghae or ghec -%}
1. In the upper-right corner of the workflow, use the **{% octicon "sync" aria-label="The sync icon" %} Re-run jobs** drop-down menu, and select **Re-run all jobs**.
If no jobs failed, you will not see the **{% octicon "sync" aria-label="The sync icon" %} Re-run jobs** drop-down menu. Instead, click **Re-run all jobs**.
![Rerun checks drop-down menu](/assets/images/help/repository/rerun-checks-drop-down.png)
{%- endif %}
{% 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**.
If no jobs failed, you will not see the **Re-run jobs** drop-down menu. Instead, click **Re-run all jobs**.
![Rerun checks drop-down menu](/assets/images/help/repository/rerun-checks-drop-down.png)
{% endif %}
{% 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**.
![Re-run checks drop-down menu](/assets/images/help/repository/rerun-checks-drop-down-updated.png)
{% endif %}
![Re-run checks drop-down menu](/assets/images/help/repository/rerun-checks-drop-down-updated.png)
{%- endif %}
{% data reusables.actions.enable-debug-logging %}
{% endwebui %}
@ -80,8 +82,9 @@ If any jobs in a workflow run failed, you can re-run just the jobs that failed.
{% data reusables.repositories.actions-tab %}
{% data reusables.repositories.navigate-to-workflow %}
{% data reusables.repositories.view-run %}
1. In the upper-right corner of the workflow, use the **Re-run jobs** drop-down menu, and select **Re-run failed jobs**.
![Re-run failed jobs drop-down menu](/assets/images/help/repository/rerun-failed-jobs-drop-down.png)
1. In the upper-right corner of the workflow, use the **{% octicon "sync" aria-label="The sync icon" %} Re-run jobs** drop-down menu, and select **Re-run failed jobs**.
![Rerun checks drop-down menu](/assets/images/help/repository/rerun-checks-drop-down.png)
{% data reusables.actions.enable-debug-logging %}
{% endwebui %}

Просмотреть файл

@ -18,11 +18,12 @@ Billable job execution minutes are only shown for jobs run on private repositori
{% data reusables.repositories.actions-tab %}
{% data reusables.repositories.navigate-to-workflow %}
{% data reusables.repositories.view-run %}
1. Under the job summary, you can view the job's execution time. To view details about the billable job execution time, click the time under **Billable time**.
1. Under the job summary, you can view the job's execution time. To view details about the billable job execution time, in the left sidebar under "Run details", click **{% octicon "stopwatch" aria-label="The stopwatch icon" %} Usage**.
![Run and billable time details link](/assets/images/help/repository/view-run-billable-time.png)
{% note %}
**Note:** The billable time shown does not include any minute multipliers. To view your total {% data variables.product.prodname_actions %} usage, including minute multipliers, see "[Viewing your {% data variables.product.prodname_actions %} usage](/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage)."
{% endnote %}

Просмотреть файл

@ -0,0 +1,7 @@
# Issue: 7898
# Description: Actions workflow run and workflow list navigation updates, late 2022.
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.8'
ghae: '>=3.8'