diff --git a/.github/workflows/nightly_tests.yml b/.github/workflows/nightly_tests.yml index 986dd8352718..ffb1694b53a8 100644 --- a/.github/workflows/nightly_tests.yml +++ b/.github/workflows/nightly_tests.yml @@ -111,8 +111,8 @@ jobs: run: shell: bash strategy: + max-parallel: 2 matrix: - max-parallel: 2 module: [models, schedulers, lora, others, single_file, examples] steps: - name: Checkout diffusers