Skip to content

Commit 04d8098

Browse files
committed
testing pt 3 - formatting
1 parent 25db731 commit 04d8098

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/diff-only-runs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# never be a mix of multi-node and single-node entries as output from generate_sweep_configs.py).
3737
if: ${{ needs.get-jobs.outputs.search-space-config != '[]' && fromJson(needs.get-jobs.outputs.search-space-config)[0].prefill != null }}
3838
uses: ./.github/workflows/benchmark-multinode-tmpl.yml
39-
name: multi-node
39+
name: multi-node /
4040
strategy:
4141
fail-fast: false
4242
matrix:
@@ -73,7 +73,7 @@ jobs:
7373
needs: get-jobs
7474
if: ${{ needs.get-jobs.outputs.search-space-config != '[]' && fromJson(needs.get-jobs.outputs.search-space-config)[0].prefill == null }}
7575
uses: ./.github/workflows/benchmark-tmpl.yml
76-
name: single-node
76+
name: single-node /
7777
strategy:
7878
fail-fast: false
7979
matrix:

0 commit comments

Comments
 (0)