🐛 fix concurrency missing matrix

This commit is contained in:
yanyongyu 2022-02-16 14:41:39 +08:00
parent 004a308765
commit ab78769822
No known key found for this signature in database
GPG Key ID: 796D8A7FB73396EB

View File

@ -11,7 +11,7 @@ jobs:
name: Test Coverage
runs-on: ${{ matrix.os }}
concurrency:
group: test-coverage-${{ github.ref }}
group: test-coverage-${{ github.ref }}-${{ matrix.os }}-${{ matrix.python-version }}
cancel-in-progress: true
strategy:
matrix: