Skip to content

Commit ec90d83

Browse files
authored
Fix beta CI detection (#5063)
Changed this when I was messing with the cronjobs. <!-- Thank you for your pull request to ICU4X! Reminder: try to use [Conventional Comments](https://conventionalcomments.org/) to make comments clearer. Please see https://github.com/unicode-org/icu4x/blob/main/CONTRIBUTING.md for general information on contributing to ICU4X. -->
1 parent aade9e1 commit ec90d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ if ${is_workflow} or ${is_schedule}
313313
# Schedule events always override
314314
needs_override = set true
315315
# For schedule events, the cronjob on minute 1 is the beta job
316-
if eq "${event_json.schedule}" "1 * * * *"
316+
if eq "${event_json.schedule}" "1 14 * * *"
317317
ci_toolchain = set "beta"
318318
else
319319
ci_toolchain = set "nightly"

0 commit comments

Comments
 (0)