mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
github/workflows: build nixos manual on PRs targeting staging-nixos
(cherry picked from commit da6b84dbdc)
This commit is contained in:
committed by
github-actions[bot]
parent
77485cad1c
commit
bbcf1b76c7
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -85,7 +85,9 @@ jobs:
|
||||
- name: Build NixOS manual
|
||||
if: |
|
||||
contains(matrix.builds, 'manual-nixos') && !cancelled() &&
|
||||
contains(fromJSON(inputs.baseBranch).type, 'primary')
|
||||
(contains(fromJSON(inputs.baseBranch).type, 'primary')
|
||||
|| startsWith(fromJSON(inputs.baseBranch).branch, 'staging-nixos')
|
||||
)
|
||||
run: nix-build-uncached nixpkgs/untrusted/ci --arg nixpkgs ./nixpkgs/untrusted-pinned -A manual-nixos --out-link nixos-manual
|
||||
|
||||
- name: Build Nixpkgs manual
|
||||
|
||||
Reference in New Issue
Block a user