mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
ci: add concurrency for downstream tests
This commit is contained in:
parent
61d3f5b186
commit
62dad2a60a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/downstream.yml
vendored
4
.github/workflows/downstream.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue