From f98c10ec631a501a2298501255a661d33955883a Mon Sep 17 00:00:00 2001 From: Sym Roe Date: Sat, 16 Mar 2024 22:33:34 +0000 Subject: [PATCH] Allow manual job runs --- .github/workflows/check-for-bank-holiday-updates.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-for-bank-holiday-updates.yml b/.github/workflows/check-for-bank-holiday-updates.yml index a2dad51..3a5cdfa 100644 --- a/.github/workflows/check-for-bank-holiday-updates.yml +++ b/.github/workflows/check-for-bank-holiday-updates.yml @@ -5,6 +5,9 @@ on: # Runs every day at 12:30pm - cron: '30 12 * * *' + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + jobs: deploy: