Browse Source

days are zero indexed

pull/1264/head
Ross McFarland 6 months ago
parent
commit
a34091c61b
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/geo-data.yml

+ 1
- 1
.github/workflows/geo-data.yml View File

@ -2,7 +2,7 @@ name: Update geo_data.py
on:
workflow_dispatch: # option to run manually if/when needed
schedule:
- cron: "42 3 * * 7" # sat @ 3:42am
- cron: "42 3 * * 6" # sat @ 3:42am
jobs:
config:


Loading…
Cancel
Save