From c3c6398a289aabf268b5bfb16e1af0934891c11f Mon Sep 17 00:00:00 2001 From: Alan Liddell Date: Fri, 8 Nov 2024 14:27:04 -0500 Subject: [PATCH] stop cancelling in-progress builds --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9943ee..ab6d0bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: actions: write concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.platform }} cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} steps: @@ -74,7 +74,7 @@ jobs: actions: write concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.platform }} cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} steps: