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 <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-06-15 11:32:07 +10:00 committed by GitHub
parent 9891eac34c
commit e3c8c40806
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}