fix concurrency

This commit is contained in:
Josh Thomas 2025-04-21 18:17:15 -05:00
parent 8e0f7dff30
commit a391530e82
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ on:
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
group: lint-${{ github.head_ref }}
cancel-in-progress: true
permissions:

View file

@ -13,7 +13,7 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
group: release-${{ github.head_ref }}
cancel-in-progress: true
permissions:

View file

@ -18,7 +18,7 @@ on:
type: string
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
group: test-${{ github.head_ref }}
cancel-in-progress: true
env:

2
uv.lock generated
View file

@ -204,7 +204,7 @@ wheels = [
[[package]]
name = "django-language-server"
version = "5.1.0a2"
version = "5.2.0a0"
source = { editable = "." }
[package.dev-dependencies]