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/*'
|
- '.github/workflows/*'
|
||||||
jobs:
|
jobs:
|
||||||
build-pkgs:
|
build-pkgs:
|
||||||
name: Build custom Nix packages
|
name: Nix packages
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -38,7 +38,7 @@ jobs:
|
||||||
run: nix build --verbose -L .#"${{ matrix.name }}"
|
run: nix build --verbose -L .#"${{ matrix.name }}"
|
||||||
|
|
||||||
build-configs:
|
build-configs:
|
||||||
name: Build NixOS configurations
|
name: NixOS configs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [ build-pkgs ]
|
needs: [ build-pkgs ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue