From ce9474055e1b84bcba74c410d2b51e9a680e921d Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Tue, 12 May 2026 12:28:34 +0700 Subject: [PATCH] ci: skip CI on nix-build auto hash commits The hash-update commit only changes package-lock.json and nix/npm-deps.hash. The parent commit already passed all 13 required checks, and the file diff is content-only, so re-running the full suite on every hash bump is wasted CI minutes. --- .github/workflows/nix-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix-build.yml b/.github/workflows/nix-build.yml index 5ecbd4029..4b3ac6a8a 100644 --- a/.github/workflows/nix-build.yml +++ b/.github/workflows/nix-build.yml @@ -75,5 +75,5 @@ jobs: git config user.name "paseo-ai[bot]" git config user.email "266920839+paseo-ai[bot]@users.noreply.github.com" git add package-lock.json nix/npm-deps.hash - git commit -m "fix: update lockfile signatures and Nix hash" + git commit -m "fix: update lockfile signatures and Nix hash [skip ci]" git push