diff --git a/.github/workflows/deploy-functions.yaml b/.github/workflows/deploy-functions.yaml index 21e9bca..c2ef2a1 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: