Skip to content

Commit e8df11e

Browse files
mroeschkelithomas1
authored andcommitted
CI: Fix concurrency group for min versions posix builds (pandas-dev#45323)
1 parent ca32b3f commit e8df11e

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
@@ -54,7 +54,7 @@ jobs:
5454
COVERAGE: ${{ !contains(matrix.settings[0], 'pypy') }}
5555
concurrency:
5656
# https://github.community/t/concurrecy-not-work-for-push/183068/7
57-
group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.settings[0] }}
57+
group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.settings[0] }}-${{ matrix.settings[1] }}
5858
cancel-in-progress: true
5959

6060
services:

0 commit comments

Comments
 (0)