Skip to content

Commit

Permalink
Change max parallel CI workflow to 2 to avoid parallel push failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Aug 11, 2021
1 parent f52912c commit f3245c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 10
max-parallel: 2
matrix:
node: [ '13', '14', '15', '16' ]
name: node ${{ matrix.node }}
Expand Down

0 comments on commit f3245c9

Please sign in to comment.