From 247f14dc7122a000b866b95ab32827d9624af01e Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Thu, 7 Oct 2021 14:55:53 -0400 Subject: [PATCH] Test cron job scheduled action --- .github/workflows/update-test-data.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-test-data.yml b/.github/workflows/update-test-data.yml index 65e8a7a6..53816e2f 100644 --- a/.github/workflows/update-test-data.yml +++ b/.github/workflows/update-test-data.yml @@ -1,10 +1,8 @@ name: Update Test Data on: - push: - # We don't want to update again on master - branches-ignore: - - master + schedule: + - cron: '* * * * *' jobs: update-test-data: