Skip to content

Commit

Permalink
Change default for skip_questions input
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 19, 2024
1 parent a71c566 commit 45f6961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-commit-run-tpch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
skip_questions:
description: The TPC-H questions to skip
required: false
default: "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22"
default: ""
scale_factor:
description: Which scale factor to use
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tpch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
skip_questions:
description: The TPC-H questions to skip
required: false
default: "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22"
default: ""
scale_factor:
description: Which scale factor to use
required: false
Expand Down

0 comments on commit 45f6961

Please sign in to comment.