chore(workflows): change rust-toolchain update to once per month
This commit is contained in:
parent
10724ac958
commit
d9d7ef3aef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-rust-toolchain.yml
vendored
2
.github/workflows/update-rust-toolchain.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue