Skip to content

Commit

Permalink
chore: update db backup cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
bnussman committed Oct 19, 2024
1 parent 3d787fc commit 5ad87cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: backup

on:
schedule:
- cron: "33 8 * * *" # Run at 8:33am UTC every day (Will be the middle of the night in the US)
- cron: "0 10 * * *" # Run at 10:00am UTC every day (6:00am EST)
workflow_dispatch: # Allows manual triggering from GitHub UI

jobs:
Expand Down

0 comments on commit 5ad87cf

Please sign in to comment.