Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ topics:
shortTitle: View your Actions usage
---

{% data reusables.billing.enhanced-billing-platform %}

You can also view the billable job execution minutes for an individual workflow run. For more information, see [AUTOTITLE](/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time).

## Viewing {% data variables.product.prodname_actions %} usage for your personal account
Expand All @@ -27,50 +25,26 @@ Anyone can view {% data variables.product.prodname_actions %} usage for their ow

{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.billing_plans %}
{% data reusables.dotcom_billing.actions-minutes %}
{% data reusables.dotcom_billing.actions-packages-storage %}
{% data reusables.dotcom_billing.actions-packages-report-download %}
{% data reusables.dotcom_billing.actions-view-usage %}
{% data reusables.dotcom_billing.actions-report-download %}

## Viewing {% data variables.product.prodname_actions %} usage for your organization

{% ifversion billing-beta-enterprise %}

> [!NOTE]
> If your organization belongs to an enterprise enrolled in the Billing {% data variables.release-phases.private_preview %} for {% data variables.product.prodname_actions %}, you will not see {% data variables.product.prodname_actions %} usage on the existing billing pages.

{% endif %}

Organization owners and billing managers can view {% data variables.product.prodname_actions %} usage for an organization. For organizations managed by an enterprise account, only the organization owners can view {% data variables.product.prodname_actions %} usage in the organization billing page.

{% data reusables.organizations.billing-settings %}
{% data reusables.dotcom_billing.actions-minutes %}
{% data reusables.dotcom_billing.actions-packages-storage %}
{% data reusables.dotcom_billing.actions-packages-report-download-org-account %}
{% data reusables.dotcom_billing.actions-view-usage %}
{% data reusables.dotcom_billing.actions-report-download-org-account %}

{% ifversion ghec %}

## Viewing {% data variables.product.prodname_actions %} usage for your enterprise account

{% ifversion billing-beta-enterprise %}

> [!NOTE]
> If your enterprise is enrolled in the Billing {% data variables.release-phases.private_preview %} for {% data variables.product.prodname_actions %}, you will not see {% data variables.product.prodname_actions %} usage on the existing billing pages.

{% endif %}

Enterprise owners and billing managers can view {% data variables.product.prodname_actions %} usage for an enterprise account.

> [!NOTE]
> Billing details for enterprise accounts don't summarize the usage minutes for each operating system. {% data reusables.actions.enterprise-billing-details %}

{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.billing-tab %}
1. Under "Actions monthly usage," view your usage minutes.

You can expand this section to show a breakdown of the usage by runner type.
{% data reusables.dotcom_billing.actions-view-usage %}
{% data reusables.enterprise-accounts.actions-report-download-enterprise-accounts %}

1. Under your usage minutes, view details of usage of data transfer by each organization in your enterprise account.
{% data reusables.dotcom_billing.actions-packages-storage-enterprise-account %}
{% data reusables.enterprise-accounts.actions-packages-report-download-enterprise-accounts %}
{% endif %}
3 changes: 0 additions & 3 deletions data/reusables/dotcom_billing/actions-minutes.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1. Optionally, above the usage graph, click **Get usage report** and select the desired timeframe to generate a CSV report of your usage. This report will include Actions usage data.
1 change: 1 addition & 0 deletions data/reusables/dotcom_billing/actions-report-download.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1. Optionally, above the usage graph, click **Get usage report** and select the desired timeframe to generate a CSV report of your usage. This report will include Actions usage data.
6 changes: 6 additions & 0 deletions data/reusables/dotcom_billing/actions-view-usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1. Under **Billing and licensing**, click **Usage**.
1. To display only Actions usage within the graph, click the search bar, then click **Product**. Within the list of products that generates, click **Actions**.
1. To further filter the usage graph, use the dropdown menus:
* To view usage by SKU, select the **Group** dropdown, then click **SKU**.
* To filter by time, select **Time Frame**, then click a time period.
* Below the graph, you can see a more granular overview of the usage. Click the arrow next to a specific date to see a nested table with usage per SKU, units, price/unit, gross amount (the amount actually used), and billed amount (the amount you are charged).
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1. Optionally, above the usage graph, click **Get usage report** and select the desired timeframe to generate a CSV report of your usage. This report will include Actions usage data.
2 changes: 1 addition & 1 deletion data/reusables/enterprise-accounts/billing-tab.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1. Under **{% octicon "gear" aria-hidden="true" aria-label="gear" %} Settings**, click **Billing**.
{% data reusables.billing.enterprise-billing-menu %}
2 changes: 1 addition & 1 deletion data/reusables/organizations/billing-settings.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% data reusables.user-settings.access_settings %}
1. In the "Access" section of the sidebar, click **{% octicon "organization" aria-hidden="true" aria-label="organization" %} Organizations**.
{% data reusables.profile.org_settings %}
1. If you are an organization owner, in the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and plans**.
1. If you are an organization owner, in the "Access" section of the sidebar, click **{% octicon "credit-card" aria-label="credit-card" aria-hidden="true" %} Billing and licensing**.
2 changes: 1 addition & 1 deletion data/reusables/user-settings/billing_plans.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and plans**, then click **Plans and usage**.
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-label="credit-card" aria-hidden="true" %} Billing and licensing**, then click **Usage**.
Loading