From ad4de2b55d1b9d1238b3660b3b9b8a7858374ab4 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:34:00 +0100 Subject: [PATCH] ci: Set `max-parallel` to 1 for build matrix 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 <14062932+simonsan@users.noreply.github.com> --- .github/workflows/release-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-cd.yml b/.github/workflows/release-cd.yml index ae54ec67b..a4b227000 100644 --- a/.github/workflows/release-cd.yml +++ b/.github/workflows/release-cd.yml @@ -27,6 +27,7 @@ jobs: runs-on: ${{ matrix.job.os }} strategy: fail-fast: false + max-parallel: 1 matrix: rust: [stable] job: