Skip to content

Commit

Permalink
Fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed May 26, 2024
1 parent 697f464 commit 28b14bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/scheduled-data-update.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Data Update

on:
push:
workflow_dispatch:
schedule:
- cron: "0 14 20 * *"
Expand All @@ -23,7 +22,7 @@ jobs:
- name: Install dependencies
run: composer update --prefer-dist --no-interaction

- name: asdasd
- name: Update Dataset
run: php app update-cities-dataset

- name: Create Pull Request
Expand Down

0 comments on commit 28b14bd

Please sign in to comment.