🔧 CI: 修复 Ruff 并发组名称 (#3434)

This commit is contained in:
Komorebi
2025-04-04 22:44:33 +08:00
committed by GitHub
parent 5a19393719
commit 87f3ff3c33

View File

@ -20,7 +20,7 @@ jobs:
name: Ruff Lint
runs-on: ubuntu-latest
concurrency:
group: pyright-${{ github.ref }}
group: ruff-${{ github.ref }}
cancel-in-progress: true
steps: