Skip to content

Commit 284bf46

Browse files
kwasdpbchekin
andauthored
Update .github/workflows/e2e-performance.yml
Co-authored-by: Pavel Chekin <[email protected]>
1 parent 7eb6e85 commit 284bf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
test_mode: performance
141141
dtype: ${{ matrix.dtype }}
142142
models: ${{ inputs.models }}
143-
test_all_subset_models: "${{ inputs.test_all_subset_models }}"
143+
test_all_subset_models: ${{ inputs.test_all_subset_models || false }}
144144
only_one_model: ${{ inputs.only_one_model }}
145145
runner_label: ${{ inputs.runner_label }}
146146
TORCH_COMPILE_DEBUG: ${{ inputs.TORCH_COMPILE_DEBUG }}

0 commit comments

Comments
 (0)