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.
This commit is contained in:
Mohamed Boudra
2026-05-12 12:28:34 +07:00
parent 8f9b4c8828
commit ce9474055e

View File

@@ -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