Skip to content

Commit

Permalink
ci: Set max-parallel to 1 for build matrix
Browse files Browse the repository at this point in the history
To circumvent a race condition in `softprops/action-gh-release` where two draft releases are created in parallel and artifacts land in different draft releases

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Feb 2, 2024
1 parent 86051c5 commit ad4de2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
runs-on: ${{ matrix.job.os }}
strategy:
fail-fast: false
max-parallel: 1
matrix:
rust: [stable]
job:
Expand Down

0 comments on commit ad4de2b

Please sign in to comment.