mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ci: stop running update-lockfile after every commit
This is wasteful and noisy for unrelated commits, while the intended use (making sure that new parsers have a lockfile entry) can be covered by either making sure this is part of the initial PR (ideally) or running the action manually.
This commit is contained in:
parent
f669924df2
commit
d18851653e
1 changed files with 0 additions and 3 deletions
3
.github/workflows/update-lockfile.yml
vendored
3
.github/workflows/update-lockfile.yml
vendored
|
|
@ -3,9 +3,6 @@ name: Update lockfile
|
|||
on:
|
||||
schedule:
|
||||
- cron: '30 6 * * *'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue