ci: add concurrency for downstream tests

This commit is contained in:
Christian Clason
2026-01-22 18:30:35 +01:00
committed by Christian Clason
parent 61d3f5b186
commit 62dad2a60a

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