From fc81be47e5885a75bec1e585988e671198379d93 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 25 Jan 2023 10:13:00 -0800 Subject: [PATCH] Fix job name (#7654) --- .github/workflows/reusable-test-latest-deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-test-latest-deps.yml b/.github/workflows/reusable-test-latest-deps.yml index 0aec4cb221..f55ef3b4ba 100644 --- a/.github/workflows/reusable-test-latest-deps.yml +++ b/.github/workflows/reusable-test-latest-deps.yml @@ -19,7 +19,7 @@ on: jobs: test-latest-deps: - name: testLatestDeps${{ matrix.test-partition }} (${{ matrix.test-java-version }}, ${{ matrix.vm }}) + name: testLatestDeps${{ matrix.test-partition }} runs-on: ubuntu-latest strategy: matrix: