schedule looks good now, run at 20 utc, so 21 cest.
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -2,7 +2,7 @@ name: Run nightly tests
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/10 * * * *' # Every day at midnight UTC
|
||||
- cron: '0 20 * * *' # Every day at 20:00 UTC
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user