diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index 568c277..7889a09 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -3,6 +3,7 @@ name: Check for tzdata updates on: schedule: - cron: '0 9 * * *' # Runs daily at 9AM UTC + workflow_dispatch: jobs: check-pr-exists: