Skip to content

Commit 1e92dcb

Browse files
authored
Build every 1.5 hours (#2928)
1 parent 68a376f commit 1e92dcb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

catalog-info.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@ spec:
2525
provider_settings:
2626
build_pull_requests: false
2727
schedules:
28-
periodic_docs_build:
28+
periodic_docs_build_0:
2929
branch: "master"
30-
message: "Build the docs hourly"
31-
cronline: "@hourly"
30+
message: "Build the docs every 1.5 hours"
31+
cronline: "0 0,3,6,9,12,15,18,21 * * *"
32+
periodic_docs_build_1:
33+
branch: "master"
34+
message: "Build the docs every 1.5 hours"
35+
cronline: "30 1,4,7,10,13,16,19,22 * * *"
3236
teams:
3337
docs-build-guild:
3438
access_level: MANAGE_BUILD_AND_READ

0 commit comments

Comments
 (0)