github: slow down CI refresh rate
This commit is contained in:
parent
3efc347bb8
commit
3eb072e2dd
2
.github/workflows/cachix.yml
vendored
2
.github/workflows/cachix.yml
vendored
|
@ -2,7 +2,7 @@ name: "Build everything and push to cachix"
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '* */1 * * *'
|
||||
- cron: '0 */4 * * *'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Reference in a new issue