Fix schedule time

Run at 01:17 UTC instead of 17:01
This commit is contained in:
bjorn3 2021-12-26 11:55:12 +01:00 committed by GitHub
parent eb158de811
commit 7762c7a75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Test nightly Cranelift
on:
push:
schedule:
- cron: '1 17 * * *' # At 01:17 UTC every day.
- cron: '17 1 * * *' # At 01:17 UTC every day.
jobs:
build: