File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ development_files: &development_files
1010 - " development/**"
1111 - " tasks/**"
1212
13- poetry_files : &infrahub_poetry_files
13+ poetry_files : &poetry_files
1414 - " pyproject.toml"
1515 - " poetry.lock"
1616
@@ -19,6 +19,7 @@ doc_files: &doc_files
1919
2020python_all : &python_all
2121 - " **/*.py"
22+ - *poetry_files
2223
2324yaml_all : &yaml_all
2425 - " **/*.{yml,yaml}"
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 always() && !cancelled() &&
129129 !contains(needs.*.result, 'failure') &&
130130 !contains(needs.*.result, 'cancelled') &&
131- needs.files-changed.outputs.sdk == 'true'
131+ needs.files-changed.outputs.python_all == 'true'
132132 needs : ["files-changed", "yaml-lint", "python-lint"]
133133 runs-on : ubuntu-latest
134134 timeout-minutes : 30
You can’t perform that action at this time.
0 commit comments