mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
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:
2
.github/workflows/nix-build.yml
vendored
2
.github/workflows/nix-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user