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