Skip to content

Commit

Permalink
stop cancelling in-progress builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Nov 8, 2024
1 parent adec066 commit c3c6398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c3c6398

Please sign in to comment.