mirror of
https://github.com/langgenius/dify.git
synced 2026-01-07 23:04:12 +00:00
chore: run ty check CI action only when api code changed (#24986)
This commit is contained in:
1
.github/workflows/style.yml
vendored
1
.github/workflows/style.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user