From c6f231278ab82dcfef61d58c301bf3df6ba988b5 Mon Sep 17 00:00:00 2001 From: Quentin Monnet Date: Tue, 3 Dec 2024 13:42:25 +0000 Subject: [PATCH] ci: Remove manual insertion of matrix value from job titles GitHub adds the values from the matrix to the job titles by default if they're similar between concurrent jobs, there is no need to specify them manually. Signed-off-by: Quentin Monnet --- .github/workflows/dev.yml | 4 ++-- .github/workflows/sterile.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 308a3c1..14b84de 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -68,7 +68,7 @@ jobs: - "stable" - "beta" - "nightly" - name: "Developer build (Rust ${{ matrix.rust }})" + name: "Developer build" runs-on: "lab" timeout-minutes: 45 steps: @@ -177,7 +177,7 @@ jobs: limit-access-to-actor: true summary: - name: "summary" + name: "Summary" runs-on: "ubuntu-latest" needs: - build diff --git a/.github/workflows/sterile.yml b/.github/workflows/sterile.yml index a47a47d..c28f5eb 100644 --- a/.github/workflows/sterile.yml +++ b/.github/workflows/sterile.yml @@ -59,7 +59,7 @@ jobs: rust: - "stable" - "nightly" - name: "Sterile test run (Rust ${{ matrix.rust }})" + name: "Sterile test run" steps: - name: "login to ghcr.io" uses: "docker/login-action@v3" @@ -180,7 +180,7 @@ jobs: rust: - "stable" - "nightly" - name: "Push containers (Rust ${{ matrix.rust }})" + name: "Push containers" steps: - name: "login to ghcr.io" uses: "docker/login-action@v3" @@ -231,7 +231,7 @@ jobs: limit-access-to-actor: true summary: - name: "summary" + name: "Summary" runs-on: "ubuntu-latest" needs: - test