scheduled clone db once a day

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

View file

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