Skip to content

Commit 20c24e6

Browse files
authored
added note about rounding behavior (#23000)
1 parent cb42e8f commit 20c24e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ shortTitle: View job execution time
1313
{% data reusables.actions.enterprise-github-hosted-runners %}
1414
{% data reusables.actions.ae-beta %}
1515

16-
Billable job execution minutes are only shown for jobs run on private repositories that use {% data variables.product.prodname_dotcom %}-hosted runners. There are no billable minutes when using {% data variables.product.prodname_actions %} in public repositories or for jobs run on self-hosted runners.
16+
Billable job execution minutes are only shown for jobs run on private repositories that use {% data variables.product.prodname_dotcom %}-hosted runners and are rounded up to the next minute. There are no billable minutes when using {% data variables.product.prodname_actions %} in public repositories or for jobs run on self-hosted runners.
1717

1818
{% data reusables.repositories.navigate-to-repo %}
1919
{% data reusables.repositories.actions-tab %}
@@ -24,6 +24,6 @@ Billable job execution minutes are only shown for jobs run on private repositori
2424

2525
{% note %}
2626

27-
**Note:** The billable time shown does not include any rounding or minute multipliers. To view your total {% data variables.product.prodname_actions %} usage, including rounding and minute multipliers, see "[Viewing your {% data variables.product.prodname_actions %} usage](/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage)."
27+
**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)."
2828

2929
{% endnote %}

0 commit comments

Comments
 (0)