mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
fix: (#9336 followup) skip poetry preperation in style workflow when no change in api folder (#9362)
This commit is contained in:
@@ -31,6 +31,7 @@ jobs:
|
||||
python-version: '3.10'
|
||||
|
||||
- name: Install Poetry
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
uses: abatilo/actions-poetry@v3
|
||||
|
||||
- name: Python dependencies
|
||||
|
||||
Reference in New Issue
Block a user