From e4fb6897bb48fc95898fe88a41148184ac3c37de Mon Sep 17 00:00:00 2001 From: x10an14 Date: Mon, 4 Sep 2023 14:03:18 +0200 Subject: [PATCH] chore(nix/github): Make build name more concise So as to not overflow UI elements on github.com/rust-lang/rustlings/actions Co-authored-by: liv --- .github/workflows/nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 6032a578..d0731efc 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -1,4 +1,4 @@ -name: Ensure nix-dev environment still builds correctly +name: Verify nix environment on: # On any push or PR