From b5b8b92791ffae87f73430cec923f15a4f5a9d23 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 13 Mar 2023 17:46:09 +0000 Subject: [PATCH] Update sponsors workflow --- .github/workflows/update-sponsors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-sponsors.yml b/.github/workflows/update-sponsors.yml index fee8e5959..b0d02d89a 100644 --- a/.github/workflows/update-sponsors.yml +++ b/.github/workflows/update-sponsors.yml @@ -3,7 +3,7 @@ name: Update Sponsors on: workflow_dispatch: # allow manual run schedule: - - cron: '0 */3 * * *' # every 3 hours + - cron: '0 0 * * *' # run daily at 00:00 UTC env: SPONSOR_SHEET_API_KEY: ${{ secrets.SPONSOR_SHEET_API_KEY }}