Skip to content

Commit

Permalink
Actions workflow run and workflow list Navigation updates (github#31558)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
lucascosti and github-actions authored Oct 13, 2022
1 parent 7e6e750 commit c1fe5d2
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 21 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/help/repository/rerun-checks-drop-down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified assets/images/help/repository/view-run-billable-time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand All @@ -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 %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
1. In the upper-right corner of the workflow, use the **Re-run jobs** drop-down menu, and select **Re-run all jobs**.
{% 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 **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 %}
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**.
![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 %}
Expand Down Expand Up @@ -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 %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
7 changes: 7 additions & 0 deletions data/features/workflow-nav-2022.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit c1fe5d2

Please sign in to comment.