From 8dca887ec1297d075a93c76432c96ae5c4c52a07 Mon Sep 17 00:00:00 2001 From: Marc Esquerra Date: Fri, 28 Jun 2024 16:08:30 +0100 Subject: [PATCH] Ensure hash updating commits do not trigger github actions --- .github/workflows/nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 2729077..968862f 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -19,5 +19,5 @@ jobs: nix run .#upgrade-nix-gohip git config --global user.name 'autobot' git config --global user.email 'gohip.nix@github.com' - git commit -am "Automated nix hash update" + git commit -am "[skip ci] Automated nix hash update" git push