mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
ci(update): only check once a week (sat)
I need a break...
This commit is contained in:
parent
79a6192d47
commit
36a7d010bb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-lockfile.yml
vendored
2
.github/workflows/update-lockfile.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Update lockfile
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 6 * * *"
|
||||
- cron: "30 6 * * 6"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue