Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
schedule:
# NOTE - changes to the cron spec should be pushed by https://github.com/quic-yocto-ci
# so that build notification emails will be sent out properly.
# At 8:22 & 20:22 UTC everyday - picked a random "minute" as top of hour can be busy in github
- cron: "22 8,20 * * *"
# At 0:22 UTC everyday - picked a random "minute" as top of hour can be busy in github
- cron: "22 0 * * *"

permissions:
checks: write
Expand Down
Loading