diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 16ecd073..44afbeb8 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: '10 5 * * *' + - cron: '10 6 * * *' env: CARGO_TERM_COLOR: always @@ -44,4 +44,4 @@ jobs: with: mdbook-version: '0.4.13' - name: Build and test all crates - run: just ci \ No newline at end of file + run: just ci