mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 04:10:05 +00:00
👷 Disable automatic execution of module build workflow
This commit is contained in:
parent
3a58819c40
commit
2e3ddfedc3
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build-modules.yml
vendored
10
.github/workflows/build-modules.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue