File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
- nightly
28
28
schedule :
29
29
# Run nightly cronjob CI every day at 14 UTC / 6AM PST / 3PM CET
30
- - cron : ' 15 * * * *'
30
+ - cron : ' 33 * * * *'
31
31
# Run beta slightly later
32
32
- cron : ' 1 * * * *'
33
33
Original file line number Diff line number Diff line change @@ -294,9 +294,9 @@ ci_toolchain = set "pinned-stable"
294
294
echo "set-ci-toolchain: GITHUB_EVENT_NAME is ${event_name}"
295
295
296
296
# We need to parse the channel information for dispatch/schedule events
297
- is_workflow = set eq "${event_name}" "workflow_dispatch"
298
- is_schedule = set eq "${event_name}" "schedule"
299
- if is_workflow or is_schedule
297
+ is_workflow = eq "${event_name}" "workflow_dispatch"
298
+ is_schedule = eq "${event_name}" "schedule"
299
+ if ${ is_workflow} or $ is_schedule}
300
300
event_path = get_env GITHUB_EVENT_PATH
301
301
event_file = readfile ${event_path}
302
302
event_json = json_parse ${event_file}
You can’t perform that action at this time.
0 commit comments