Skip to content

Commit

Permalink
Create update-data.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored Mar 22, 2024
1 parent 5d400c4 commit 92b540d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Update data

on:
# Run every month on the 1st at 1:00 UTC
schedule:
- cron:
workflow_dispatch:
push:
paths:
- ".github/workflows/update-data.yml"
- "config.php"
- "data.csv"
- "overpass/*"
pull_request:
paths:
- ".github/workflows/update-data.yml"
- "config.php"
- "data.csv"
- "overpass/*"

jobs:
update-data:
uses: EqualStreetNames/equalstreetnames/.github/workflows/reusable-update-date.yml@master
secrets: inherit
with:
city:

0 comments on commit 92b540d

Please sign in to comment.