From 7fd7a2252f0eab5aaf484ae3251a4cb181fffc7d Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Thu, 13 Aug 2020 16:00:06 -0700 Subject: [PATCH] feat: add ability to manually trigger refetching of related content --- .github/workflows/fetch-related-content.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/fetch-related-content.yml b/.github/workflows/fetch-related-content.yml index af89cc52d..f6a437aa8 100644 --- a/.github/workflows/fetch-related-content.yml +++ b/.github/workflows/fetch-related-content.yml @@ -1,6 +1,7 @@ name: Fetch related pages from Swiftype on: + workflow_dispatch: schedule: - cron: '0 0 * * *' # start of every day