From e3c8c4080679ec449d875815301a6708c920a282 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 15 Jun 2024 11:32:07 +1000 Subject: [PATCH] Run ci.yml every Monday (#1767) Just to keep the cache hot while making sure cargo-binstall can compile on latest stable/nightly rust Signed-off-by: Jiahao XU --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54f36d96..cd0afba6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ on: - opened - reopened - synchronize + schedule: + - cron: "0 3 * * 1" concurrency: group: ${{ github.workflow }}-${{ github.ref || github.event.pull_request.number || github.sha }}-${{ inputs.additional_key }}