Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Mar 27, 2024
1 parent f4c75ff commit 7926bb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
uses: EqualStreetNames/equalstreetnames/.github/workflows/reusable-deploy.yml@master
secrets: inherit
with:
country:
city:
country: belgium
city: halle
5 changes: 2 additions & 3 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Update data

on:
# Run every month on the 1st at 1:00 UTC
schedule:
- cron:
- cron: "0 8 1 * *"
workflow_dispatch:
push:
paths:
Expand All @@ -23,4 +22,4 @@ jobs:
uses: EqualStreetNames/equalstreetnames/.github/workflows/reusable-update-date.yml@master
secrets: inherit
with:
city:
city: belgium/halle

0 comments on commit 7926bb4

Please sign in to comment.