From e41af8272aa4a08fd61a47a28acecf5620e2431c Mon Sep 17 00:00:00 2001 From: Aliaksei Urbanski Date: Sat, 11 May 2024 23:58:59 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=F0=9F=8F=BC=20Prettify=20CI=20job?= =?UTF-8?q?=20names?= 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 e984fc5..22365c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ env: jobs: test: - name: 🧪 Test + name: '🧪 Test: Python ${{ matrix.python }}' runs-on: ubuntu-latest strategy: fail-fast: false