Skip to content

Commit c920e62

Browse files
committed
move cron job earlier to when the new nightly is released
1 parent 945be24 commit c920e62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
branches:
99
- 'master'
1010
schedule:
11-
# Use <https://crontab.guru> to conveniently edit cron schedule.
12-
- cron: '0 6 * * *' # At 06:00 UTC every day.
11+
- cron: '30 2 * * *' # At 02:30 UTC every day (rustup-components-history runs at 2:00 UTC).
1312

1413
jobs:
1514
build:

0 commit comments

Comments
 (0)