Skip to content

Commit bce9105

Browse files
authored
[CI] Fix parallelism in nightly tests (#8983)
update
1 parent 2afb2e0 commit bce9105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ jobs:
111111
run:
112112
shell: bash
113113
strategy:
114+
max-parallel: 2
114115
matrix:
115-
max-parallel: 2
116116
module: [models, schedulers, lora, others, single_file, examples]
117117
steps:
118118
- name: Checkout diffusers

0 commit comments

Comments
 (0)