aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-01-27 15:41:11 +0100
committerGitHub <noreply@github.com>2022-01-27 15:41:11 +0100
commit422657626b9854361e6586f19a570614abfc27ed (patch)
tree43b1a4cd05577a6af44844e162ce694b98fdfd99 /.github/workflows
parentupdate TLA+ revision, add queries for PlusCal (#2344) (diff)
downloadnvim-treesitter-422657626b9854361e6586f19a570614abfc27ed.tar
nvim-treesitter-422657626b9854361e6586f19a570614abfc27ed.tar.gz
nvim-treesitter-422657626b9854361e6586f19a570614abfc27ed.tar.bz2
nvim-treesitter-422657626b9854361e6586f19a570614abfc27ed.tar.lz
nvim-treesitter-422657626b9854361e6586f19a570614abfc27ed.tar.xz
nvim-treesitter-422657626b9854361e6586f19a570614abfc27ed.tar.zst
nvim-treesitter-422657626b9854361e6586f19a570614abfc27ed.zip
chore: run parser update at least daily (#2379)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update-parsers-pr.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/update-parsers-pr.yml b/.github/workflows/update-parsers-pr.yml
index 558820ea4..e1f090532 100644
--- a/.github/workflows/update-parsers-pr.yml
+++ b/.github/workflows/update-parsers-pr.yml
@@ -1,6 +1,8 @@
name: Make Parser Update PR
on:
+ schedule:
+ - cron: '30 6 * * *'
push:
branches:
- master