From a1573c77572c4890b2b7ee8da8cc3fa142d3bfe7 Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Mon, 23 Sep 2024 15:41:25 -0700 Subject: [PATCH] Add workflow dispatch --- .github/workflows/check-for-updates.yml | 1 + 1 file changed, 1 insertion(+) 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: