Change Update Time to every 8 hours cron

This commit is contained in:
unknown 2021-10-14 15:55:52 +07:00
parent 536ae95504
commit 3fbdd01db6

View File

@ -1,7 +1,7 @@
name: Tasks
on:
schedule:
- cron: '0 */4 * * *'
- cron: '0 */8 * * *'
workflow_dispatch:
jobs:
build: