From f47e58a89b2a178e6fdfb11a72e93f142fe2b220 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 20 Apr 2024 13:21:21 -0400 Subject: [PATCH] feature branches i think Signed-off-by: ahuston-0 --- .hydra/spec.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 } } }