Skip to content

Commit

Permalink
Fix beta CI detection (#5063)
Browse files Browse the repository at this point in the history
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.
-->
  • Loading branch information
Manishearth authored Jun 14, 2024
1 parent aade9e1 commit ec90d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ if ${is_workflow} or ${is_schedule}
# Schedule events always override
needs_override = set true
# For schedule events, the cronjob on minute 1 is the beta job
if eq "${event_json.schedule}" "1 * * * *"
if eq "${event_json.schedule}" "1 14 * * *"
ci_toolchain = set "beta"
else
ci_toolchain = set "nightly"
Expand Down

0 comments on commit ec90d83

Please sign in to comment.