From 8996bab1b585ea3b102a77ba51f62d5569710599 Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Thu, 7 Oct 2021 15:02:24 -0400 Subject: [PATCH] Set cron job to hourly --- .github/workflows/update-test-data.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: