fix: (#9336 followup) skip poetry preperation in style workflow when no change in api folder (#9362)
This commit is contained in:
1
.github/workflows/style.yml
vendored
1
.github/workflows/style.yml
vendored
@@ -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