chore: slow down CI cycles
parent
327fdf0ddd
commit
8fd0520dc0
|
@ -2,7 +2,7 @@ name: build and deploy docs
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */2 * * *' # every 2 hours
|
||||
- cron: '0 */8 * * *' # every 8 hours
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
|
Loading…
Reference in New Issue