From df3ee618c88f8551cf14f9f47f8c8d2c7e27b888 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 23 May 2024 16:45:26 -0400 Subject: [PATCH] Use more correct cron schedule for sync-search elasticsearch (#50792) Co-authored-by: Kevin Heis --- .github/workflows/sync-search-elasticsearch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-search-elasticsearch.yml b/.github/workflows/sync-search-elasticsearch.yml index 157b1fa5d4..66d797a770 100644 --- a/.github/workflows/sync-search-elasticsearch.yml +++ b/.github/workflows/sync-search-elasticsearch.yml @@ -17,7 +17,7 @@ on: required: false default: '' schedule: - - cron: '20 */24 * * *' # Run every 24 hours at 20 minutes past the hour + - cron: '20 16 * * *' # Run every 24 hours at 20 minutes past the hour workflow_run: workflows: ['Azure Production - Build and Deploy'] types: