ci: add concurrency for downstream tests

This commit is contained in:
Christian Clason 2026-01-22 18:30:35 +01:00
parent 07ce9060e5
commit 04831c5f13

View file

@ -8,6 +8,10 @@ on:
- "lua/nvim-treesitter/parsers.lua"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-generate-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
test-downstream:
name: Check downstream queries