From 7fcbf9c0d38e66f97577c223cee4d8061ad194a4 Mon Sep 17 00:00:00 2001 From: HibiKier <775757368@qq.com> Date: Sun, 16 Mar 2025 18:51:57 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pyright.yml | 11 +---------- .github/workflows/ruff.yml | 12 ------------ 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/.github/workflows/pyright.yml b/.github/workflows/pyright.yml index 43fd8a74..aa052914 100644 --- a/.github/workflows/pyright.yml +++ b/.github/workflows/pyright.yml @@ -2,16 +2,7 @@ name: Pyright Lint on: workflow_call: - push: - branches: - - "*" - pull_request: - paths: - - "zhenxun/**" - - "tests/**" - - ".github/workflows/pyright.yml" - - "pyproject.toml" - - "poetry.lock" + workflow_dispatch: inputs: python-version: diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 15922c66..020a44e1 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -2,16 +2,6 @@ name: Ruff Lint on: workflow_call: - push: - branches: - - "*" - pull_request: - paths: - - "zhenxun/**" - - "tests/**" - - ".github/workflows/ruff.yml" - - "pyproject.toml" - - "poetry.lock" jobs: ruff: @@ -28,5 +18,3 @@ jobs: uses: astral-sh/ruff-action@v3 - name: Run Ruff Check run: ruff check - - name: Run Ruff Format - run: ruff format