From 28b14bdc558cfbfa8a100849fbab6a5d9c2776bb Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sun, 26 May 2024 17:35:24 +0200 Subject: [PATCH] Fix label --- .github/workflows/scheduled-data-update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/scheduled-data-update.yml b/.github/workflows/scheduled-data-update.yml index 1fff35e..521233b 100644 --- a/.github/workflows/scheduled-data-update.yml +++ b/.github/workflows/scheduled-data-update.yml @@ -1,7 +1,6 @@ name: Data Update on: - push: workflow_dispatch: schedule: - cron: "0 14 20 * *" @@ -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