From 2e3ddfedc34416f58265b07df506e219bf4943bd Mon Sep 17 00:00:00 2001 From: Jo Date: Fri, 27 Jun 2025 00:40:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Disable=20automatic=20execution?= =?UTF-8?q?=20of=20module=20build=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-modules.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-modules.yml b/.github/workflows/build-modules.yml index 3b83349..413d75a 100644 --- a/.github/workflows/build-modules.yml +++ b/.github/workflows/build-modules.yml @@ -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: