Skip to content

Commit 7f88cd7

Browse files
authored
Merge branch 'release-1.2' into dga-20250305-webhook--IFC-1355
2 parents c26fcf2 + 74402eb commit 7f88cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ jobs:
611611
always() && !cancelled() &&
612612
!contains(needs.*.result, 'failure') &&
613613
!contains(needs.*.result, 'cancelled') &&
614-
(needs.files-changed.outputs.python == 'true') || (needs.files-changed.outputs.documentation_generated == 'true')
614+
(needs.files-changed.outputs.python == 'true') || (needs.files-changed.outputs.documentation == 'true')
615615
needs: ["files-changed", "yaml-lint", "python-lint", "infrahub-testcontainers-check"]
616616
runs-on: "ubuntu-22.04"
617617
timeout-minutes: 5

0 commit comments

Comments
 (0)