diff --git a/.github/workflows/build-commit-run-tpch.yaml b/.github/workflows/build-commit-run-tpch.yaml index 49e7c78482..a178e520a1 100644 --- a/.github/workflows/build-commit-run-tpch.yaml +++ b/.github/workflows/build-commit-run-tpch.yaml @@ -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 diff --git a/.github/workflows/run-tpch.yaml b/.github/workflows/run-tpch.yaml index e5261ab995..e4d665ca10 100644 --- a/.github/workflows/run-tpch.yaml +++ b/.github/workflows/run-tpch.yaml @@ -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