From 5b55f5cac3efee9c8c11ddd65eb35c04b8e4dde3 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Wed, 1 Sep 2021 08:05:15 -0700 Subject: [PATCH] Update sync-search-indices.yml (#21125) --- .github/workflows/sync-search-indices.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-search-indices.yml b/.github/workflows/sync-search-indices.yml index d8a11101b9..2435d32590 100644 --- a/.github/workflows/sync-search-indices.yml +++ b/.github/workflows/sync-search-indices.yml @@ -22,7 +22,7 @@ name: Sync search indexes on: workflow_dispatch: schedule: - - cron: '53 0/4 * * *' # Run every four hours at 53 minutes past the hour + - cron: '53 0/8 * * *' # Run every eight hours at 53 minutes past the hour jobs: updateIndexes: