From 1ccd9d566899c1428ebe9c5dafc952d75ab72fc3 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Wed, 13 Mar 2024 17:29:33 +0100 Subject: [PATCH] fix naming --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a24ffce..ed1256a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ concurrency: jobs: check: - name: "CI" + name: "check" runs-on: ubuntu-latest container: image: "paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240222" @@ -33,7 +33,7 @@ jobs: run: cargo check test: - name: "CI" + name: "test" runs-on: ubuntu-latest container: image: "paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240222" @@ -50,7 +50,7 @@ jobs: run: cargo test doc: - name: "CI" + name: "doc" runs-on: ubuntu-latest container: image: "paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240222" @@ -66,7 +66,7 @@ jobs: run: cargo doc clippy: - name: "CI" + name: "clippy" runs-on: ubuntu-latest container: image: "paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240222"