chore(workflows): change rust-toolchain update to once per month

This commit is contained in:
Aram Drevekenin 2022-08-14 10:12:59 +02:00 committed by GitHub
parent 10724ac958
commit d9d7ef3aef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ name: update-rust-toolchain
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
- cron: '0 0 1 * *' # runs on the first of every month at 00:00
jobs:
update-rust-toolchain: