Skip to content

Commit

Permalink
chore: set max-parallel to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Oct 22, 2024
1 parent 034256b commit b6d06cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy:
max-parallel: 2
max-parallel: 1
matrix:
node-version: [lts/*, latest]
os: [ubuntu-latest, windows-latest, macos-latest]
Expand Down

0 comments on commit b6d06cd

Please sign in to comment.