From ab78769822bd0d003509f3d8ac6960e86bf61768 Mon Sep 17 00:00:00 2001 From: yanyongyu <42488585+yanyongyu@users.noreply.github.com> Date: Wed, 16 Feb 2022 14:41:39 +0800 Subject: [PATCH] :bug: fix concurrency missing matrix --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index aa7a4b64..ebdb0873 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -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: