From e0c10f79017544e9e152f0e0efa8bf07af45f334 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Sat, 23 Mar 2024 05:07:08 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Rename=20CI=20jobs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e3d2ab..eb8ebda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: build_wheels: needs: [style] - name: Wheels (${{ matrix.runs-on }} / Python ${{ matrix.python-version }}) + name: ${{ matrix.runs-on }}-python-${{ matrix.python-version }} runs-on: ${{ matrix.runs-on }} strategy: fail-fast: false @@ -78,7 +78,7 @@ jobs: inspect_distributions: needs: [style] - name: Inspect ${{ matrix.distribution }} contents + name: inspect-${{ matrix.distribution }}-contents runs-on: ubuntu-latest strategy: fail-fast: false