chore(ci): remove duplicate pyrefly work from style lane (#34213)

This commit is contained in:
-LAN-
2026-03-28 22:04:22 +08:00
committed by GitHub
parent 6bf8982559
commit f06cc339cc
2 changed files with 8 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ jobs:
- name: Run Type Checks
if: steps.changed-files.outputs.any_changed == 'true'
run: make type-check
run: make type-check-core
- name: Dotenv check
if: steps.changed-files.outputs.any_changed == 'true'