Use more correct cron schedule for sync-search elasticsearch (#50792)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user