Skip to content

Commit

Permalink
removed max-parallel (we now use retries)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Nov 23, 2023
1 parent 67ba638 commit d4517ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
build_and_deploy:
strategy:
fail-fast: false
max-parallel: 1
matrix:
destination:
- platform: macOS
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
runs-on: macos-13
strategy:
fail-fast: false
max-parallel: 1
matrix:
destination:
- platform: macOS
Expand Down

0 comments on commit d4517ec

Please sign in to comment.