Skip to content

Commit 45b62b0

Browse files
committed
Fix ci
1 parent a1582a5 commit 45b62b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
helm: ${{ steps.changes.outputs.helm_all }}
4040
python: ${{ steps.changes.outputs.python_all }}
4141
yaml: ${{ steps.changes.outputs.yaml_all }}
42-
poetry_files: ${{ steps.changes.outputs.python_sdk_poetry_files }}
42+
poetry_files: ${{ steps.changes.outputs.poetry_files }}
4343
github_workflows: ${{ steps.changes.outputs.github_workflows }}
4444
steps:
4545
- name: "Check out repository code"
@@ -128,7 +128,7 @@ jobs:
128128
always() && !cancelled() &&
129129
!contains(needs.*.result, 'failure') &&
130130
!contains(needs.*.result, 'cancelled') &&
131-
needs.files-changed.outputs.python_all == 'true'
131+
needs.files-changed.outputs.python == 'true'
132132
needs: ["files-changed", "yaml-lint", "python-lint"]
133133
runs-on: ubuntu-latest
134134
timeout-minutes: 30

0 commit comments

Comments
 (0)