File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments