github: slow down CI refresh rate

This commit is contained in:
Antoine Martin 2021-02-09 21:08:55 +01:00
parent 3efc347bb8
commit 3eb072e2dd

View file

@ -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