Skip to content

Commit a1582a5

Browse files
committed
Update ci
1 parent 804eef1 commit a1582a5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/file-filters.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2020
python_all: &python_all
2121
- "**/*.py"
22+
- *poetry_files
2223

2324
yaml_all: &yaml_all
2425
- "**/*.{yml,yaml}"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)