From 96ed8938a75dfe0ee240ffbe65f13d77a3c0cd80 Mon Sep 17 00:00:00 2001 From: Parag Kulkarni Date: Fri, 20 Oct 2023 16:54:50 +0530 Subject: [PATCH] Check Name -2 --- .github/workflows/ci-gh-cpu-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-gh-cpu-build-and-test.yml b/.github/workflows/ci-gh-cpu-build-and-test.yml index aeb622ec4..ba151aad0 100644 --- a/.github/workflows/ci-gh-cpu-build-and-test.yml +++ b/.github/workflows/ci-gh-cpu-build-and-test.yml @@ -35,7 +35,7 @@ jobs: matrix: ucx-config: [ucx, no-ucx] test-config: [{ name: Pytest Unit Tests, test-scope: unit }, { name: mypy, test-scope: mypy }] - name: ${{ matrix.name }} + name: ${{ matrix.test-config.name }} if: ${{ github.repository_owner == 'nv-legate' }} uses: ./.github/workflows/gh-test.yml