scheduled clone db once a day

This commit is contained in:
David Kennedy 2024-11-27 15:25:27 -05:00
parent 3a4ba383eb
commit c496a5460f
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -8,7 +8,7 @@ name: Clone Stable Database
on:
schedule:
# Run daily at 2:00 PM EST
- cron: '0 * * * *'
- cron: '0 0 * * *'
# Allow manual triggering
workflow_dispatch: