Skip to content

Commit 80a7b22

Browse files
[CI] Rebalance tutorial groups (#4591)
Signed-off-by: Whitney Tsang <[email protected]>
1 parent 763d9a5 commit 80a7b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,14 +311,14 @@ jobs:
311311
if: matrix.suite == 'mxfp'
312312
run: |
313313
cat <<EOF | tee tutorials.txt
314-
09-persistent-matmul
314+
06-fused-attention
315315
EOF
316316
317317
- name: Select tutorials to run (scaled_dot)
318318
if: matrix.suite == 'scaled_dot'
319319
run: |
320320
cat <<EOF | tee tutorials.txt
321-
06-fused-attention
321+
09-persistent-matmul
322322
EOF
323323
324324
- name: Select tutorials to run (rest)

0 commit comments

Comments
 (0)