1
0
mirror of synced 2026-01-06 06:02:35 -05:00

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:
Peter Bengtsson
2024-05-23 16:45:26 -04:00
committed by GitHub
parent a6c1cc37b8
commit df3ee618c8

View File

@@ -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: