Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
CD workflow improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed May 8, 2024
1 parent d73d271 commit dc68969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

strategy:
fail-fast: false
max-parallel: 1
max-parallel: 3
matrix:
version: [
'2.7.7',
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:

strategy:
fail-fast: false
max-parallel: 1
max-parallel: 3
matrix:
version: [
'2.7.7',
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:

strategy:
fail-fast: false
max-parallel: 1
max-parallel: 3
matrix:
version: [
'9.3.9.0',
Expand Down

0 comments on commit dc68969

Please sign in to comment.