mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-05-23 21:51:33 +00:00
🔧 CI: 修复 Ruff 并发组名称 (#3434)
This commit is contained in:
parent
5a19393719
commit
87f3ff3c33
2
.github/workflows/ruff.yml
vendored
2
.github/workflows/ruff.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
name: Ruff Lint
|
name: Ruff Lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
concurrency:
|
concurrency:
|
||||||
group: pyright-${{ github.ref }}
|
group: ruff-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user