Skip to content

Commit

Permalink
Merge pull request #3154 from cisagov/dk/3124-session-bug
Browse files Browse the repository at this point in the history
#3124: scheduled clone db once a day
  • Loading branch information
dave-kennedy-ecs authored Nov 29, 2024
2 parents 22b80fb + 335fd4a commit 8cf2c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clone-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: Clone Stable Database

on:
schedule:
# Run daily at 2:00 PM EST
- cron: '0 * * * *'
# Run daily at 12:00 AM EST
- cron: '0 0 * * *'
# Allow manual triggering
workflow_dispatch:

Expand Down

0 comments on commit 8cf2c96

Please sign in to comment.