From e619c913e7cfa937d5af09efe76483615fe6c43a Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 6 Feb 2021 10:09:18 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbe42e40..a801dc1d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: matrix: branch: ["gh-pages", "no-pages"] commit: ["singleCommit", "add commits"] - max-parallel: 1 + max-parallel: 2 steps: - name: Checkout uses: actions/checkout@v2