From 7a35a3f71c64206fbd6404f9437d4e8f24a5f5b9 Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Fri, 26 Jul 2024 03:48:37 +0000 Subject: [PATCH] update --- .github/workflows/nightly_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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