We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89cd903 commit 9c09d76Copy full SHA for 9c09d76
1 file changed
search-cache-pipeline.yml
@@ -5,8 +5,8 @@
5
trigger: none
6
# Trigger periodically instead.
7
schedules:
8
-- cron: 0 * * * *
9
- displayName: Run every hour
+- cron: 0 0 * * *
+ displayName: Run once a day
10
branches:
11
include:
12
- main
0 commit comments