diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index f9c198a..8bb4f50 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -3,6 +3,7 @@ name: Update TZData on: schedule: - cron: '0 9 * * *' # Runs daily at 9AM UTC + workflow_dispatch: jobs: update-tzdata: