chore: run ty check CI action only when api code changed (#24986)

This commit is contained in:
Bowen Liang 2025-09-02 16:59:11 +08:00 committed by GitHub
parent b14119b531
commit af88266212
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ jobs:
run: uv sync --project api --dev
- name: Run ty check
if: steps.changed-files.outputs.any_changed == 'true'
run: dev/ty-check
- name: Dotenv check