Skip to content

Commit d242e3a

Browse files
committed
indent
Signed-off-by: Jared Wilber <jwilber@nvidia.com>
1 parent 099b68a commit d242e3a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/convergence-tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ on:
3232
jobs:
3333
submit-lepton-jobs:
3434
runs-on: ubuntu-latest
35-
strategy:
36-
matrix:
37-
model_config: >-
38-
${{
39-
github.event_name == 'schedule' && fromJSON('["esm2_native_te_650m", "esm2_native_te_3b", "esm2_native_te_15b"]') ||
40-
github.event.inputs.model_configs != '' && fromJSON(format('["{0}"]', join(split(github.event.inputs.model_configs, ','), '","'))) ||
41-
fromJSON('["esm2_native_te_650m", "esm2_native_te_3b", "esm2_native_te_15b"]')
42-
}}
43-
fail-fast: false
35+
strategy:
36+
matrix:
37+
model_config: >-
38+
${{
39+
github.event_name == 'schedule' && fromJSON('["esm2_native_te_650m", "esm2_native_te_3b", "esm2_native_te_15b"]') ||
40+
github.event.inputs.model_configs != '' && fromJSON(format('["{0}"]', join(split(github.event.inputs.model_configs, ','), '","'))) ||
41+
fromJSON('["esm2_native_te_650m", "esm2_native_te_3b", "esm2_native_te_15b"]')
42+
}}
43+
fail-fast: false
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@v4

0 commit comments

Comments
 (0)