👷 移除重复触发

This commit is contained in:
HibiKier 2025-03-16 18:51:57 +08:00
parent 730805b31e
commit 7fcbf9c0d3
2 changed files with 1 additions and 22 deletions

View File

@ -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:

View File

@ -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