From 967e9ace21503e363cc3ef639fae87f2dcb1ffcc Mon Sep 17 00:00:00 2001 From: iCrawl Date: Fri, 7 Jan 2022 17:27:26 +0100 Subject: [PATCH] ci: max simultaneous of 1 for documentation runners --- .github/workflows/documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f970a76c9..d5dcdaa63 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -58,6 +58,7 @@ jobs: name: Upload Documentation needs: build strategy: + max-parallel: 1 fail-fast: false matrix: package: ['builders', 'collection', 'discord.js', 'voice'] @@ -94,4 +95,4 @@ jobs: git config user.email 41898282+github-actions[bot]@users.noreply.github.com git add . git commit -m "Docs build for ${BRANCH_OR_TAG} ${BRANCH_NAME}: ${SHA}" || true - git push -f + git push