Skip to content

Commit

Permalink
Allow manual job runs
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Mar 16, 2024
1 parent 88e8482 commit f98c10e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-for-bank-holiday-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f98c10e

Please sign in to comment.