Fix runner utilization workflow to use 24h default (#17378)
This commit is contained in:
2
.github/workflows/runner-utilization.yml
vendored
2
.github/workflows/runner-utilization.yml
vendored
@@ -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) || '' }}
|
||||
|
||||
Reference in New Issue
Block a user