From 042d011c9d77d1613638ce3cd1e70b8e1126fa40 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Tue, 2 Jan 2024 05:15:48 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Prettify=20job=20name=20with=20s?= =?UTF-8?q?yntax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 76903a4..5fb2ed1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ env: jobs: build: - name: Build wheels Python ${{ matrix.python-version }} on ${{ matrix.runs-on }} + name: Wheels (Python ${{ matrix.python-version }} / ${{ matrix.runs-on }}) runs-on: ${{ matrix.runs-on }} strategy: fail-fast: false