Skip to content

Commit

Permalink
Add cron for version 8.12 (#218)
Browse files Browse the repository at this point in the history
* Add cron for version 8.12

* Fixing typos
  • Loading branch information
pierrehilbert authored Dec 12, 2023
1 parent 6521042 commit 06c284c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,18 @@ spec:
publish_commit_status_per_step: false
repository: elastic/elastic-stack-installers
schedules:
Daily 8_12:
branch: "8.12"
cronline: "*/10 * * * *"
message: Checking for new beats artifacts for `8.12`
Daily 8_11:
branch: "8.11"
cronline: "*/10 * * * *"
message: Checking for new beats artefacts for `8.11`
Daily 8_10:
branch: "8.10"
cronline: "*/10 * * * *"
message: Checking for new beats artefacts for `8.10`
message: Checking for new beats artifacts for `8.11`
Weekly main:
branch: "7.17"
cronline: "*/10 * * * *"
message: Checking for new beats artefacts for `7.17`
message: Checking for new beats artifacts for `7.17`
teams:
everyone:
access_level: BUILD_AND_READ
Expand Down

0 comments on commit 06c284c

Please sign in to comment.