Increase frequency of scheduled job

https://github.com/taiki-e/install-action/issues/348
This commit is contained in:
Taiki Endo
2024-01-25 10:47:16 +09:00
parent 9f9bf5e8df
commit e07d1180e7

View File

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