ci: shorten workflow titles to fit in UI
This commit is contained in:
parent
ceac41132e
commit
1d2de38dd2
4
.github/workflows/cachix.yaml
vendored
4
.github/workflows/cachix.yaml
vendored
|
@ -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 ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue