ci: validate-maintainers on flake.lock update
Keep missing conflicts from nixpkgs updates. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
a3ac4bb1f8
commit
2db6bcc7ca
1 changed files with 3 additions and 1 deletions
4
.github/workflows/validate-maintainers.yml
vendored
4
.github/workflows/validate-maintainers.yml
vendored
|
|
@ -1,7 +1,9 @@
|
|||
name: Validate maintainers.nix
|
||||
on:
|
||||
pull_request:
|
||||
paths: ["modules/lib/maintainers.nix"]
|
||||
paths:
|
||||
- "modules/lib/maintainers.nix"
|
||||
- "flake.lock"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
run_tests:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue