ci: Run scheduled jobs more frequently

This commit is contained in:
Taiki Endo
2023-07-27 21:33:37 +09:00
parent 434f50854b
commit 1536ff4b2f

View File

@@ -10,7 +10,7 @@ on:
- main
- dev
schedule:
- cron: '0 1 * * *'
- cron: '0 0,6,12,18 * * *'
workflow_dispatch:
env: