chore: slow down CI cycles
parent
327fdf0ddd
commit
8fd0520dc0
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue