Skip to content

Commit f3d5150

Browse files
authored
Run nightly builds twice daily in CI. (#1652)
Due to time zone differences, testers in some geographies have to wait longer to access the latest nightly builds. Running the nightly workflow twice a day reduces this wait time and allows teams to pick the build that best aligns with their working hours.
2 parents a56cdc5 + e926ed3 commit f3d5150

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
schedule:
55
# NOTE - changes to the cron spec should be pushed by https://github.com/quic-yocto-ci
66
# so that build notification emails will be sent out properly.
7-
- cron: "23 23 * * *" # daily job - pick a random "minute" - top of hour can be busy in github
7+
# At 8:23 & 20:23 UTC everyday - picked a random "minute" as top of hour can be busy in github
8+
- cron: "23 8,20 * * *"
89

910
permissions:
1011
checks: write

0 commit comments

Comments
 (0)