Skip to content

Commit

Permalink
Turn scale_factor input into a choice (only for workflow_dispatch)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 21, 2024
1 parent 9dd89c2 commit e6d05b7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/run-tpch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ on:
scale_factor:
description: Which scale factor to use
required: false
default: 2
type: choice
options:
- '2'
- '10'
- '100'
- '1000'
default: '2'
partition_size:
description: Which partition size to use
required: false
Expand All @@ -39,7 +45,7 @@ on:
type: string
description: Which scale factor to use
required: false
default: 2
default: '2'
partition_size:
type: string
description: Which partition size to use
Expand Down

0 comments on commit e6d05b7

Please sign in to comment.