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: workflow_call:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }} group: lint-${{ github.head_ref }}
cancel-in-progress: true cancel-in-progress: true
permissions: permissions:

View file

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

View file

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

2
uv.lock generated
View file

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