Merge branch 'main' into hotfix-gitignore

This commit is contained in:
Rachid Mrad 2024-11-29 11:04:41 -05:00 committed by GitHub
commit ffae169251
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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