From 93e74bc34b6f06cb759e9c05c0729fcdfaedf109 Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Tue, 22 Oct 2024 08:39:20 +0800 Subject: [PATCH] Estimate the GitHub Runner Hours for the day so far --- compute-github-runners.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute-github-runners.sh b/compute-github-runners.sh index c3dabe2..3510d26 100755 --- a/compute-github-runners.sh +++ b/compute-github-runners.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -## Estimate the GitHub Runner Hours for the day so far (by UTC time). +## Estimate the consumed GitHub Full-Time Runners for the day so far (by UTC time). ## We Accumulate the GitHub Job Duration and Extrapolate the GitHub Runner Hours. ## Job Duration to Runner Hours is inflated slightly