From 87f3ff3c33b4c36b47c5a62c407d9d5a0537e8a1 Mon Sep 17 00:00:00 2001 From: Komorebi <110453675+KomoriDev@users.noreply.github.com> Date: Fri, 4 Apr 2025 22:44:33 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20CI:=20=E4=BF=AE=E5=A4=8D=20Ruff=20?= =?UTF-8?q?=E5=B9=B6=E5=8F=91=E7=BB=84=E5=90=8D=E7=A7=B0=20(#3434)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ruff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 9ddad440..36344d65 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -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: