Fix runner utilization workflow to use 24h default (#17378)
This commit is contained in:
@@ -39,5 +39,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python scripts/ci/runner_utilization_report.py \
|
python scripts/ci/runner_utilization_report.py \
|
||||||
--repo ${{ github.repository }} \
|
--repo ${{ github.repository }} \
|
||||||
--hours ${{ inputs.hours || '6' }} \
|
--hours ${{ inputs.hours || '24' }} \
|
||||||
${{ inputs.filter && format('--filter {0}', inputs.filter) || '' }}
|
${{ inputs.filter && format('--filter {0}', inputs.filter) || '' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user