From be505e6690cb038cb43feb2ed5a07991950c1428 Mon Sep 17 00:00:00 2001 From: Rory Barnes Date: Wed, 4 Sep 2024 11:54:03 -0700 Subject: [PATCH] Adjusted job_name format to comply with GitHub Actions formats for matrix jobs. --- .github/workflows/tests-linux.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests-linux.yml b/.github/workflows/tests-linux.yml index 7d0d6b469..242a25933 100644 --- a/.github/workflows/tests-linux.yml +++ b/.github/workflows/tests-linux.yml @@ -64,8 +64,7 @@ jobs: uses: Tiryoh/gha-jobid-action@v1 id: jobs with: - job_name: "Testing ${{ matrix.os }}:python-${{ matrix.python-version }}" # input job..name and matrix here. - per_page: 50 # input matrix size here if it is larger than 30 + job_name: "Testing (${{ matrix.os }}:python-${{ matrix.python-version }})" - name: Publish unit test results uses: EnricoMi/publish-unit-test-result-action@v2