Skip to content

Commit

Permalink
Force update
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Jul 30, 2024
1 parent 74b80ee commit 6943aa5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-for-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Check for data source updates

on:
workflow_dispatch:
push:
schedule:
- cron: "0 13 * * *"

Expand Down Expand Up @@ -37,6 +38,9 @@ jobs:
path: boundaries-4326.gpkg
if-no-files-found: error

- name: Debug
run: echo "Hello debug" >> data-sources/data-source-checksums.txt

- name: Download latest data source hashes
run: wget -O published-data-source-checksums.txt "https://github.com/govlt/national-boundaries/releases/latest/download/data-source-checksums.txt"

Expand Down

0 comments on commit 6943aa5

Please sign in to comment.