Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 1471593

Browse files
committed
fix(ci): do not cancel all matrix builds for one
1 parent 2fc4cc3 commit 1471593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- { index: 3, os-name: 'windows-latest', os-label: 'Windows' }
5050
runs-on: ${{ matrix.os.os-name }}
5151
concurrency:
52-
group: ${{ github.workflow }}-${{ github.ref }}
52+
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os.os-name }}
5353
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
5454
steps:
5555
- name: checkout code

0 commit comments

Comments
 (0)