From 5603e76dc0fac7302752e7632bd4f43c4c036626 Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 20 Mar 2024 18:10:10 +0200 Subject: [PATCH] Bikeshed CI jobs naming --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b91a9c42..24d109c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,6 +178,7 @@ jobs: if: ${{ matrix.crate == 'juniper_actix' }} package: + name: check (package) if: ${{ startsWith(github.ref, 'refs/tags/juniper') }} runs-on: ubuntu-latest steps: @@ -322,7 +323,7 @@ jobs: CARGO_REGISTRY_TOKEN: ${{ secrets.CRATESIO_TOKEN }} release-check: - name: check release + name: check (release) if: ${{ !startsWith(github.ref, 'refs/tags/juniper') }} strategy: fail-fast: false