Fix runner utilization workflow to use 24h default (#17378)

This commit is contained in:
Alison Shao
2026-01-19 18:31:33 -08:00
committed by GitHub
parent 9f8b79f16f
commit 55c4288b3e

View File

@@ -39,5 +39,5 @@ jobs:
run: |
python scripts/ci/runner_utilization_report.py \
--repo ${{ github.repository }} \
--hours ${{ inputs.hours || '6' }} \
--hours ${{ inputs.hours || '24' }} \
${{ inputs.filter && format('--filter {0}', inputs.filter) || '' }}