mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Set upgrade-transitive-deps.yml
to run on every Fri (#1145)
To avoid unnecessary PRs. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
fba862a4e8
commit
d390d320e9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name: Upgrade transitive dependencies
|
|||
on:
|
||||
workflow_dispatch: # Allow running on-demand
|
||||
schedule:
|
||||
- cron: '0 3 * * *'
|
||||
- cron: '0 3 * * 5'
|
||||
|
||||
jobs:
|
||||
upgrade:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue