Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Zakaznikov committed Mar 17, 2024
1 parent 2b6168c commit cba4c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Features
* supports limiting the maximum number of runners created for each workflow run
* supports efficient GitHub API usage using HTTP caching and conditional requests
* supports meta labels to keep your job label list short
* supports estimating the cost of a job, a run, or a set of runs 

=================
Table of Contents
Expand Down Expand Up @@ -98,7 +99,6 @@ Table of Contents
* `Scaling Down Runners <https://github.com/testflows/TestFlows-GitHub-Hetzner-Runners/wiki/Scaling-Down-Runners>`_
* `Handling Failing Conditions <https://github.com/testflows/TestFlows-GitHub-Hetzner-Runners/wiki/Handling-Failing-Conditions>`_
* `Meta Labels <https://github.com/testflows/TestFlows-GitHub-Hetzner-Runners/wiki/Meta-Labels>`_
* `Estimating Costs <https://github.com/testflows/TestFlows-GitHub-Hetzner-Runners/wiki/Estimating-Costs>`_
* `Program Options <https://github.com/testflows/TestFlows-GitHub-Hetzner-Runners/wiki/Program-Options>`_

===========
Expand Down
2 changes: 1 addition & 1 deletion testflows/github/hetzner/runners/estimate.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def workflow_run(
worst_estimate,
best_estimate,
) = get_estimate_for_jobs(
jobs_writer, jobs, server_prices, args.ipv4_price, args.ipv6_price, indent=2
jobs_writer, jobs, server_prices, args.ipv4_price, args.ipv6_price
)

workflow_totals = {}
Expand Down

0 comments on commit cba4c71

Please sign in to comment.