aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-01-14 12:31:39 +0100
committerChristian Clason <c.clason@uni-graz.at>2023-01-14 13:54:55 +0100
commitd18851653e6edaeb6c0b381abf8def1305337942 (patch)
tree7b84b06f61982cda6e769b4d5dece2d17129ab6e /.github
parentindents(c): update if cases (diff)
downloadnvim-treesitter-d18851653e6edaeb6c0b381abf8def1305337942.tar
nvim-treesitter-d18851653e6edaeb6c0b381abf8def1305337942.tar.gz
nvim-treesitter-d18851653e6edaeb6c0b381abf8def1305337942.tar.bz2
nvim-treesitter-d18851653e6edaeb6c0b381abf8def1305337942.tar.lz
nvim-treesitter-d18851653e6edaeb6c0b381abf8def1305337942.tar.xz
nvim-treesitter-d18851653e6edaeb6c0b381abf8def1305337942.tar.zst
nvim-treesitter-d18851653e6edaeb6c0b381abf8def1305337942.zip
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-lockfile.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml
index eaceb9647..8eaddb3b9 100644
--- a/.github/workflows/update-lockfile.yml
+++ b/.github/workflows/update-lockfile.yml
@@ -3,9 +3,6 @@ name: Update lockfile
on:
schedule:
- cron: '30 6 * * *'
- push:
- branches:
- - master
workflow_dispatch:
jobs: