From bee289d95d115ebe2822f4ea482108fdfbb32c3e Mon Sep 17 00:00:00 2001 From: Chiedo John <2156688+chiedo@users.noreply.github.com> Date: Tue, 27 Oct 2020 19:04:11 -0400 Subject: [PATCH] Add manual running of algolia (#16251) Co-authored-by: Chiedo --- .github/workflows/sync-algolia-search-indices.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-algolia-search-indices.yml b/.github/workflows/sync-algolia-search-indices.yml index 04677d17d0..9df5a5a4fe 100644 --- a/.github/workflows/sync-algolia-search-indices.yml +++ b/.github/workflows/sync-algolia-search-indices.yml @@ -1,6 +1,7 @@ name: Algolia on: + workflow_dispatch: push: branches: - main