mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 14:23:18 +08:00
fix: remove en.json from check workflow trigger paths
The extraction script only reads from lfx.components — en.json is never edited directly, so triggering on it was redundant and would silently overwrite any intentional manual edits.
This commit is contained in:
1
.github/workflows/gp-backend-check.yml
vendored
1
.github/workflows/gp-backend-check.yml
vendored
@ -4,7 +4,6 @@ on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "src/lfx/src/lfx/components/**"
|
||||
- "src/backend/base/langflow/locales/en.json"
|
||||
|
||||
jobs:
|
||||
auto-commit:
|
||||
|
||||
Reference in New Issue
Block a user