mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
ci: correct concurrency group for downstream
This commit is contained in:
committed by
Christian Clason
parent
62dad2a60a
commit
511e5ccf40
2
.github/workflows/downstream.yml
vendored
2
.github/workflows/downstream.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-generate-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user