Set cron job to hourly
This commit is contained in:
parent
3df73aef7d
commit
8996bab1b5
|
@ -2,7 +2,8 @@ name: Update Test Data
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '* * * * *'
|
||||
# Run job hourly
|
||||
- cron: '0 * * * *'
|
||||
|
||||
jobs:
|
||||
update-test-data:
|
||||
|
|
Reference in New Issue