From 3a29a6df4604b7cc589f03dd100129b8b5d3878d Mon Sep 17 00:00:00 2001 From: Quentin Monnet Date: Tue, 3 Dec 2024 13:22:15 +0000 Subject: [PATCH] TEST --- .github/workflows/dev.yml | 2 +- .github/workflows/sterile.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 93c329d..645a53c 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: diff --git a/.github/workflows/sterile.yml b/.github/workflows/sterile.yml index 44364ca..6c132c4 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"