Skip to content

Commit

Permalink
feat: change to run refresh every 4 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Apr 18, 2024
1 parent 9d318c2 commit 2d32eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/refresh_geodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Refresh GeoDB
on:
workflow_dispatch:
schedule:
- cron: "0 6 * * *"
- cron: "0 */4 * * *"

jobs:
s3-backup:
Expand Down

0 comments on commit 2d32eb1

Please sign in to comment.