👷 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: on:
workflow_dispatch: workflow_dispatch:
push: # push:
paths: # paths:
- "modules/**.nix" # - "modules/**.nix"
- "**.lock" # - "**.lock"
- ".github/workflows/build-modules.yml" # - ".github/workflows/build-modules.yml"
jobs: jobs:
check-flake: check-flake: