Skip to content

Commit 74402eb

Browse files
authored
Merge pull request #5946 from opsmill/dga-20250306-fix-doc
Fix event doc
2 parents 135b9b4 + 8974dcc commit 74402eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

docs/docs/reference/infrahub-events.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This document provides detailed documentation for all events used in the Infrahu
88

99
:::info
1010

11-
For more detailed explanations on how these events are used within Infrahub, see the [Infrahub event](../topics/infrahub-event) topic.
11+
For more detailed explanations on how these events are used within Infrahub, see the [infrahub event](../topics/infrahub-event) topic.
1212

1313
:::
1414

0 commit comments

Comments
 (0)