Skip to content

Commit 70251c7

Browse files
committed
Add further tuning to nightly sync start
1 parent 2b8898a commit 70251c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-sync-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: Nightly package repository sync
33
on:
44
schedule:
5-
# Daily at 23:17
6-
- cron: "00 21 * * *"
5+
# Daily at 20:00 UTC
6+
- cron: "00 20 * * *"
77
concurrency:
88
group: nightly-package-sync
99
env:

0 commit comments

Comments
 (0)