mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +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:
|
on:
|
||||||
workflow_dispatch: # Allow running on-demand
|
workflow_dispatch: # Allow running on-demand
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 3 * * *'
|
- cron: '0 3 * * 5'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
upgrade:
|
upgrade:
|
||||||
|
|
Loading…
Add table
Reference in a new issue