Schedule nightly runs to after nightly release (#44381)

Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
Stian Thorgersen
2025-11-21 13:26:16 +01:00
committed by GitHub
parent bb971dc6fc
commit 2c21d1b5c9

View File

@@ -2,7 +2,7 @@ name: Scheduled nightly workflows
on:
schedule:
- cron: '0 0 * * *'
- cron: '0 4 * * *'
workflow_dispatch:
permissions: