Skip to content

Commit

Permalink
Ensure hash updating commits do not trigger github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcesquerra committed Jun 28, 2024
1 parent 49ef806 commit 8dca887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8dca887

Please sign in to comment.