diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-11-06 10:00:29 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-11-06 10:00:29 +0100 |
| commit | 8b15ce58e4d607ee954df57c5d6053240e4b1279 (patch) | |
| tree | b9cca4062762fad3fedbaef1ff3fc7d7a4a40f22 /.github | |
| parent | ci(update): skip julia (diff) | |
| download | nvim-treesitter-8b15ce58e4d607ee954df57c5d6053240e4b1279.tar nvim-treesitter-8b15ce58e4d607ee954df57c5d6053240e4b1279.tar.gz nvim-treesitter-8b15ce58e4d607ee954df57c5d6053240e4b1279.tar.bz2 nvim-treesitter-8b15ce58e4d607ee954df57c5d6053240e4b1279.tar.lz nvim-treesitter-8b15ce58e4d607ee954df57c5d6053240e4b1279.tar.xz nvim-treesitter-8b15ce58e4d607ee954df57c5d6053240e4b1279.tar.zst nvim-treesitter-8b15ce58e4d607ee954df57c5d6053240e4b1279.zip | |
ci(update): skip julia but for real
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-lockfile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index 6c8895652..d81427567 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -31,7 +31,7 @@ jobs: - name: Update parsers env: - SKIP_LOCKFILE_UPDATE_FOR_LANGS: "gnuplot julia" + SKIP_LOCKFILE_UPDATE_FOR_LANGS: "gnuplot,julia" run: | cp lockfile.json /tmp/old_lockfile.json nvim -l scripts/write-lockfile.lua |
