Skip to content

Commit d4b73ca

Browse files
authored
CI: Fix concurrency group for min versions posix builds (#45323)
1 parent 5ba7d71 commit d4b73ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
COVERAGE: ${{ !contains(matrix.settings[0], 'pypy') }}
5353
concurrency:
5454
# https://github.community/t/concurrecy-not-work-for-push/183068/7
55-
group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.settings[0] }}
55+
group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.settings[0] }}-${{ matrix.settings[1] }}
5656
cancel-in-progress: true
5757

5858
services:

0 commit comments

Comments
 (0)