aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/downstream.yml
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2026-01-22 18:37:55 +0100
committerChristian Clason <ch.clason+github@icloud.com>2026-01-22 18:44:49 +0100
commit511e5ccf404f8a96ee31866b079fca033a8a7c4e (patch)
treed5c308bb2669b5eec48d0be2feff9476e0689155 /.github/workflows/downstream.yml
parentci: add concurrency for downstream tests (diff)
downloadnvim-treesitter-511e5ccf404f8a96ee31866b079fca033a8a7c4e.tar
nvim-treesitter-511e5ccf404f8a96ee31866b079fca033a8a7c4e.tar.gz
nvim-treesitter-511e5ccf404f8a96ee31866b079fca033a8a7c4e.tar.bz2
nvim-treesitter-511e5ccf404f8a96ee31866b079fca033a8a7c4e.tar.lz
nvim-treesitter-511e5ccf404f8a96ee31866b079fca033a8a7c4e.tar.xz
nvim-treesitter-511e5ccf404f8a96ee31866b079fca033a8a7c4e.tar.zst
nvim-treesitter-511e5ccf404f8a96ee31866b079fca033a8a7c4e.zip
ci: correct concurrency group for downstream
Diffstat (limited to '.github/workflows/downstream.yml')
-rw-r--r--.github/workflows/downstream.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml
index c3829c51a..46e699613 100644
--- a/.github/workflows/downstream.yml
+++ b/.github/workflows/downstream.yml
@@ -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: