mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 6 * * *'
|
- cron: '30 6 * * *'
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue