Skip to content

Commit

Permalink
Build every 1.5 hours (elastic#2928)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkammah authored Feb 8, 2024
1 parent 68a376f commit 1e92dcb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ spec:
provider_settings:
build_pull_requests: false
schedules:
periodic_docs_build:
periodic_docs_build_0:
branch: "master"
message: "Build the docs hourly"
cronline: "@hourly"
message: "Build the docs every 1.5 hours"
cronline: "0 0,3,6,9,12,15,18,21 * * *"
periodic_docs_build_1:
branch: "master"
message: "Build the docs every 1.5 hours"
cronline: "30 1,4,7,10,13,16,19,22 * * *"
teams:
docs-build-guild:
access_level: MANAGE_BUILD_AND_READ
Expand Down

0 comments on commit 1e92dcb

Please sign in to comment.