workflows/manual-nixpkgs: build nixpkgs on staging and stable branches (#412102)

This commit is contained in:
Jörg Thalheim 2025-05-31 09:21:20 +02:00 committed by GitHub
commit db4bff05d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 16 deletions

View file

@ -5,8 +5,6 @@ on:
paths:
- .github/workflows/manual-nixpkgs-v2.yml
pull_request_target:
branches:
- master
paths:
- 'doc/**'
- 'lib/**'
@ -38,4 +36,4 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Building Nixpkgs manual
run: NIX_PATH=nixpkgs=$(pwd)/untrusted nix-build --option restrict-eval true untrusted/ci -A manual-nixpkgs -A manual-nixpkgs-tests
run: nix-build untrusted/ci -A manual-nixpkgs -A manual-nixpkgs-tests