diff --git a/.github/workflows/runner-utilization.yml b/.github/workflows/runner-utilization.yml index ef772d77d..b56cd1fe5 100644 --- a/.github/workflows/runner-utilization.yml +++ b/.github/workflows/runner-utilization.yml @@ -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) || '' }}