We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c26fcf2 + 74402eb commit 7f88cd7Copy full SHA for 7f88cd7
.github/workflows/ci.yml
@@ -611,7 +611,7 @@ jobs:
611
always() && !cancelled() &&
612
!contains(needs.*.result, 'failure') &&
613
!contains(needs.*.result, 'cancelled') &&
614
- (needs.files-changed.outputs.python == 'true') || (needs.files-changed.outputs.documentation_generated == 'true')
+ (needs.files-changed.outputs.python == 'true') || (needs.files-changed.outputs.documentation == 'true')
615
needs: ["files-changed", "yaml-lint", "python-lint", "infrahub-testcontainers-check"]
616
runs-on: "ubuntu-22.04"
617
timeout-minutes: 5
0 commit comments