chore: slow down CI cycles

main
Henrik Böving 2022-12-13 19:36:47 +01:00
parent 327fdf0ddd
commit 8fd0520dc0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: build and deploy docs
on: on:
schedule: schedule:
- cron: '0 */2 * * *' # every 2 hours - cron: '0 */8 * * *' # every 8 hours
push: push:
branches: branches:
- "main" - "main"