From e5cd25f5799c9712a40256cb0377df56ab4d42bf Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Thu, 1 Aug 2024 14:40:21 -0500 Subject: [PATCH] Change to 2am --- .github/workflows/deploy-functions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-functions.yaml b/.github/workflows/deploy-functions.yaml index 21e9bca85..c2ef2a18b 100644 --- a/.github/workflows/deploy-functions.yaml +++ b/.github/workflows/deploy-functions.yaml @@ -1,9 +1,9 @@ -name: Deploy Functions +name: Deploy 01 Functions on: workflow_dispatch: schedule: - - cron: '0 3 * * *' # Runs every day at 3 AM + - cron: '0 2 * * *' # Runs every day at 3 AM jobs: make-get-request: