mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00: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:
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:
|
||||
|
||||
Reference in New Issue
Block a user