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