diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 60e4a1a0ef15..2608825568b0 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -23,21 +23,22 @@ on: - cron: '0 3 * * *' workflow_dispatch: - ref: - description: 'Ref to checkout out' - default: 'main' - numThreads: - description: 'Number of threads' - default: 16 - maxHighMemJobs: - description: 'Number of high memory jobs' - default: 8 - maxLinkJobs: - description: 'Maximum number of link jobs' - default: 4 - extraCMakeFlags: - description: 'Additional CMake flags' - default: '' + inputs: + ref: + description: 'Ref to checkout out' + default: 'main' + numThreads: + description: 'Number of threads' + default: 16 + maxHighMemJobs: + description: 'Number of high memory jobs' + default: 8 + maxLinkJobs: + description: 'Maximum number of link jobs' + default: 4 + extraCMakeFlags: + description: 'Additional CMake flags' + default: '' defaults: run: