From 8902543208cfb4776d698e97fcff3ed40de6b4f6 Mon Sep 17 00:00:00 2001 From: PeterTheOne Date: Wed, 30 Aug 2023 16:31:45 +0200 Subject: [PATCH] update script: make it run every 24h --- .github/workflows/update-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 4ad104d..84d6c4c 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -2,7 +2,7 @@ name: Update Data on: schedule: - - cron: '0 * * * *' # Run every hour + - cron: '0 0 * * *' # Run every 24 hours at midnight push: branches: - master # Replace with the branch you want