Merge pull request #3154 from cisagov/dk/3124-session-bug

#3124: scheduled clone db once a day
This commit is contained in:
dave-kennedy-ecs 2024-11-29 07:56:57 -05:00 committed by GitHub
commit 8cf2c96256
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: