Skip to content

Commit

Permalink
ci: max simultaneous of 1 for documentation runners
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Jan 7, 2022
1 parent 3c9a9c2 commit 967e9ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
name: Upload Documentation
needs: build
strategy:
max-parallel: 1
fail-fast: false
matrix:
package: ['builders', 'collection', 'discord.js', 'voice']
Expand Down Expand Up @@ -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

0 comments on commit 967e9ac

Please sign in to comment.