mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
ci: add concurrency for downstream tests
This commit is contained in:
committed by
Christian Clason
parent
61d3f5b186
commit
62dad2a60a
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
|
||||
|
||||
Reference in New Issue
Block a user