mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
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:
parent
c3268e3de2
commit
938b052997
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue