From d90421a962895cf5329768519510a913fa5426fe Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Sun, 24 Mar 2024 20:49:32 +1100 Subject: [PATCH] Improve CI job titles --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb659c2..cab670f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} tests: - name: Python ${{ matrix.python-version }} (${{ matrix.toxenv }}) + name: Python ${{ matrix.python-version }} / Django ${{ matrix.django-version }} runs-on: ubuntu-latest needs: lint