Viewing job execution time

You can view the execution time of a job, including the billable minutes that a job accrued.

GitHub Actions is available with GitHub Free, GitHub Pro, GitHub Free for organizations, GitHub Team, GitHub Enterprise Cloud, GitHub Enterprise Server, and GitHub AE. GitHub Actions is not available for private repositories owned by accounts using legacy per-repository plans. For more information, see "GitHub's products."

Billable job execution minutes are only shown for jobs run on private repositories that use GitHub-hosted runners. There are no billable minutes when using GitHub Actions in public repositories or for jobs run on self-hosted runners.

  1. On GitHub, navigate to the main page of the repository.

  2. Under your repository name, click Actions. Actions tab in the main repository navigation

  3. In the left sidebar, click the workflow you want to see. Workflow list in left sidebar

  4. From the list of workflow runs, click the name of the run you want to see. Name of workflow run

  5. 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. Run and billable time details link

    Note: The billable time shown does not include any rounding or minute multipliers. To view your total GitHub Actions usage, including rounding and minute multipliers, see "Viewing your GitHub Actions usage."

Did this doc help you?Privacy policy

Help us make these docs great!

All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request.

Make a contribution

Or, learn how to contribute.