Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Dec 30, 2024
1 parent 67f8842 commit 15803ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: estonia
city: narva
4 changes: 2 additions & 2 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update data

on:
schedule:
- cron:
- cron: "15 18 2 * *"
workflow_dispatch:
push:
paths:
Expand All @@ -22,4 +22,4 @@ jobs:
uses: EqualStreetNames/equalstreetnames/.github/workflows/reusable-update-date.yml@master
secrets: inherit
with:
city:
city: estonia/narva

0 comments on commit 15803ed

Please sign in to comment.