From dc00aaf8b6e9f308f79073114862bf72b33981bd Mon Sep 17 00:00:00 2001 From: Mark Percival Date: Wed, 8 Feb 2023 13:57:19 +0000 Subject: [PATCH] Manually trigger podcast update --- .github/workflows/podcast_cron.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/podcast_cron.yaml b/.github/workflows/podcast_cron.yaml index 7eaf520..4ad102f 100644 --- a/.github/workflows/podcast_cron.yaml +++ b/.github/workflows/podcast_cron.yaml @@ -3,6 +3,7 @@ name: Podcast Production on: schedule: - cron: '41 11,23 * * *' + workflow_dispatch: jobs: deploy_podcast: