diff --git a/.github/workflows/update-test-data.yml b/.github/workflows/update-test-data.yml index 53816e2f..ea1a7d72 100644 --- a/.github/workflows/update-test-data.yml +++ b/.github/workflows/update-test-data.yml @@ -2,7 +2,8 @@ name: Update Test Data on: schedule: - - cron: '* * * * *' + # Run job hourly + - cron: '0 * * * *' jobs: update-test-data: