👷 Disable automatic execution of module build workflow
Some checks failed
Trufflehog: check for exposed secrets / Run trufflehog (push) Has been cancelled
Nix: check for unused code / Run deadnix (push) Has been cancelled
Nix: validate flake / Validate x86_64-linux (push) Has been cancelled

This commit is contained in:
Jo 2025-06-27 00:40:29 +02:00
parent 3a58819c40
commit 2e3ddfedc3

View file

@ -2,11 +2,11 @@ name: "Nix: build nixos-/home modules"
on:
workflow_dispatch:
push:
paths:
- "modules/**.nix"
- "**.lock"
- ".github/workflows/build-modules.yml"
# push:
# paths:
# - "modules/**.nix"
# - "**.lock"
# - ".github/workflows/build-modules.yml"
jobs:
check-flake: