diff --git a/.hydra/spec.json b/.hydra/spec.json index f6ff6c5..6bff2da 100644 --- a/.hydra/spec.json +++ b/.hydra/spec.json @@ -4,7 +4,7 @@ "description": "system flake", "nixexprinput": "nixexpr", "nixexprpath": ".hydra/jobsets.nix", - "checkinterval": 3600, + "checkinterval": 20, "schedulingshares": 100, "enableemail": false, "emailoverride": "", @@ -25,6 +25,16 @@ "type": "githubpulls", "value": "ahuston-0 nix-dotfiles-hydra", "emailresponsible": false + }, + "feature-branches": { + "type": "github_refs", + "value": "ahuston-0 nix-dotfiles-hydra heads - feature", + "emailresponsible": false + }, + "flake-update-branches": { + "type": "github_refs", + "value": "ahuston-0 nix-dotfiles-hydra heads - update_flake_lock_action", + "emailresponsible": false } } }