Schedule nightly run to be at 6:10 rather than 5:10

Occasionally, miri was't available yet. So we go with a 6:10 run to give it a chance to be installed.
This commit is contained in:
Gwilym Inzani 2023-06-25 16:07:59 +01:00 committed by GitHub
parent c3268e3de2
commit 938b052997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ on:
pull_request: pull_request:
branches: [ master ] branches: [ master ]
schedule: schedule:
- cron: '10 5 * * *' - cron: '10 6 * * *'
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
@ -44,4 +44,4 @@ jobs:
with: with:
mdbook-version: '0.4.13' mdbook-version: '0.4.13'
- name: Build and test all crates - name: Build and test all crates
run: just ci run: just ci