Skip to content

Commit c47a9f8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-accuracy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
test_mode: accuracy
130130
dtype: ${{ matrix.dtype }}
131131
models: ${{ inputs.models }}
132-
test_all_subset_models: "${{ inputs.test_all_subset_models }}"
132+
test_all_subset_models: ${{ inputs.test_all_subset_models || false }}
133133
only_one_model: ${{ inputs.only_one_model }}
134134
runner_label: ${{ inputs.runner_label }}
135135
TORCH_COMPILE_DEBUG: ${{ inputs.TORCH_COMPILE_DEBUG }}

0 commit comments

Comments
 (0)