Change to 2am

This commit is contained in:
Sam Carlton 2024-08-01 14:40:21 -05:00 committed by GitHub
parent 4c126fe70b
commit e5cd25f579
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: