We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aade9e1 commit ec90d83Copy full SHA for ec90d83
Makefile.toml
@@ -313,7 +313,7 @@ if ${is_workflow} or ${is_schedule}
313
# Schedule events always override
314
needs_override = set true
315
# For schedule events, the cronjob on minute 1 is the beta job
316
- if eq "${event_json.schedule}" "1 * * * *"
+ if eq "${event_json.schedule}" "1 14 * * *"
317
ci_toolchain = set "beta"
318
else
319
ci_toolchain = set "nightly"
0 commit comments