From 1d2de38dd2ebdc739f8f24edb4f789ab7c07c528 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 21 Jan 2022 00:41:24 +0100 Subject: [PATCH] ci: shorten workflow titles to fit in UI --- .github/workflows/cachix.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml index b9bebfb..7316634 100644 --- a/.github/workflows/cachix.yaml +++ b/.github/workflows/cachix.yaml @@ -10,7 +10,7 @@ on: - '.github/workflows/*' jobs: build-pkgs: - name: Build custom Nix packages + name: Nix packages runs-on: ubuntu-latest strategy: @@ -38,7 +38,7 @@ jobs: run: nix build --verbose -L .#"${{ matrix.name }}" build-configs: - name: Build NixOS configurations + name: NixOS configs runs-on: ubuntu-latest needs: [ build-pkgs ]