fix: (#9336 followup) skip poetry preperation in style workflow when no change in api folder (#9362)

This commit is contained in:
Bowen Liang
2024-10-15 17:56:11 +08:00
committed by GitHub
parent 4ffaabcc04
commit d5bc125617
2 changed files with 4 additions and 4 deletions

View File

@@ -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