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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '* */1 * * *'
|
- cron: '0 */4 * * *'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in a new issue