diff options
| author | seth <[email protected]> | 2023-05-23 11:08:28 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-23 11:08:28 -0400 |
| commit | d5e8c521a0854b15c97dc0ca07ae18479e454d4b (patch) | |
| tree | b9ac4379023bd5f0232aee9c26331db9fab5f44b | |
| parent | a79353e90c5600c8d2baba970238dca5ee05772a (diff) | |
hydra: set jobset to main branch
| -rw-r--r-- | .hydra.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.hydra.json b/.hydra.json index e09fe16..b69b7d1 100644 --- a/.hydra.json +++ b/.hydra.json @@ -1,14 +1,14 @@ { - "use-hydra": { + "main": { "enabled": 1, "type": 1, "hidden": false, - "description": "build use-hydra branch", - "checkinterval": 300, + "description": "build main branch", + "checkinterval": 60, "schedulingshares": 10, "enableemail": false, "emailoverride": "", "keepnr": 3, - "flake": "github:getchoo/flake/use-hydra" + "flake": "github:getchoo/flake/main" } } |
