Set cron job to hourly

This commit is contained in:
Matthew Sevey 2021-10-07 15:02:24 -04:00
parent 3df73aef7d
commit 8996bab1b5
No known key found for this signature in database
GPG Key ID: 9ADDD344F13057F6
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ name: Update Test Data
on:
schedule:
- cron: '* * * * *'
# Run job hourly
- cron: '0 * * * *'
jobs:
update-test-data: