From 0efa3c16e72e0036b7a6366ccae343ac12d3575d Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 6 Feb 2021 10:09:56 -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 a801dc1d..491270a1 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: 2 + max-parallel: 1 steps: - name: Checkout uses: actions/checkout@v2