Skip to content

Commit

Permalink
ci: Remove manual insertion of matrix value from job titles
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
qmonnet committed Dec 3, 2024
1 parent 75caa09 commit c6f2312
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- "stable"
- "beta"
- "nightly"
name: "Developer build (Rust ${{ matrix.rust }})"
name: "Developer build"
runs-on: "lab"
timeout-minutes: 45
steps:
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
limit-access-to-actor: true

summary:
name: "summary"
name: "Summary"
runs-on: "ubuntu-latest"
needs:
- build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sterile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
limit-access-to-actor: true

summary:
name: "summary"
name: "Summary"
runs-on: "ubuntu-latest"
needs:
- test
Expand Down

0 comments on commit c6f2312

Please sign in to comment.