Skip to content

Commit e97b980

Browse files
v1vherrBez
authored andcommitted
catalog-info: fix cron format (elastic#19019)
1 parent 709ee18 commit e97b980

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

catalog-info.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,27 +183,27 @@ spec:
183183
schedules:
184184
main_daily:
185185
branch: "main"
186-
cronline: "30 0 * 1-5"
186+
cronline: "30 0 * * 1-5"
187187
message: "Run the daily jobs"
188188
env:
189189
TEST_PACKAGES_7_BRANCH: "true"
190190
TEST_PACKAGES_SERVERLESS: "true"
191191
REPUBLISH_PACKAGES: "true"
192192
main_daily_8_version:
193193
branch: "main"
194-
cronline: "30 1 * 1-5"
194+
cronline: "30 1 * * 1-5"
195195
message: "Run the daily jobs for 8.x"
196196
env:
197197
TEST_PACKAGES_8_BRANCH: "true"
198198
main_daily_9_version:
199199
branch: "main"
200-
cronline: "30 3 * 1-5"
200+
cronline: "30 3 * * 1-5"
201201
message: "Run the daily jobs for 9.x"
202202
env:
203203
TEST_PACKAGES_9_BRANCH: "true"
204204
main_daily_basic_subscription:
205205
branch: "main"
206-
cronline: "30 4 * 1-5"
206+
cronline: "30 4 * * 1-5"
207207
message: "Run the daily jobs for basic subscription"
208208
env:
209209
TEST_PACKAGES_BASIC_SUBSCRIPTION: "true"

0 commit comments

Comments
 (0)