diff options
Diffstat (limited to '.github/workflows/dispatch-workflow.yml')
-rw-r--r-- | .github/workflows/dispatch-workflow.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/dispatch-workflow.yml b/.github/workflows/dispatch-workflow.yml index c938b1acd39..472f4813cd7 100644 --- a/.github/workflows/dispatch-workflow.yml +++ b/.github/workflows/dispatch-workflow.yml @@ -14,6 +14,9 @@ on: wpt: required: true type: boolean + number-of-wpt-chunks: + required: true + type: number unit-tests: required: true type: boolean @@ -57,6 +60,7 @@ jobs: with: profile: ${{ inputs.profile }} wpt: ${{ inputs.wpt }} + number-of-wpt-chunks: ${{ inputs.number-of-wpt-chunks }} unit-tests: ${{ inputs.unit-tests }} build-libservo: ${{ inputs.build-libservo }} wpt-args: ${{ inputs.wpt-args }} |