diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-01-22 18:37:55 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-01-22 18:44:49 +0100 |
| commit | 511e5ccf404f8a96ee31866b079fca033a8a7c4e (patch) | |
| tree | d5c308bb2669b5eec48d0be2feff9476e0689155 /.github/workflows | |
| parent | ci: add concurrency for downstream tests (diff) | |
| download | nvim-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')
| -rw-r--r-- | .github/workflows/downstream.yml | 2 |
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: |
