Skip to content

Commit

Permalink
feat: add cron schedule to publish-tree-sitter-parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Mar 12, 2024
1 parent 92d6214 commit f05befa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-ts-parsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths:
- ./tree-sitter-parsers.json
- .github/workflows/publish-ts-parsers.yml
schedule:
# Runs every 7 hours
- cron: "0 */7 * * *"
workflow_dispatch:

# TODO: Remove this if we need to introduce chunking
Expand Down

0 comments on commit f05befa

Please sign in to comment.