diff options
| author | seth <[email protected]> | 2023-05-24 01:29:49 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-24 01:29:49 -0400 |
| commit | dd8bc3927d79a8d092a20f3985a4f9d199c01877 (patch) | |
| tree | ab50ecf0aa79653997f392ddb66693e58672f8d1 | |
| parent | 5ee273a60e8b6c7aa24d23e61265a280984c3883 (diff) | |
hydra: be less verbose with jobset
| -rw-r--r-- | .hydra.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.hydra.json b/.hydra.json index b69b7d1..f7e9385 100644 --- a/.hydra.json +++ b/.hydra.json @@ -3,12 +3,12 @@ "enabled": 1, "type": 1, "hidden": false, - "description": "build main branch", + "description": "build flake", "checkinterval": 60, - "schedulingshares": 10, + "schedulingshares": 100, "enableemail": false, "emailoverride": "", "keepnr": 3, - "flake": "github:getchoo/flake/main" + "flake": "github:getchoo/flake" } } |
