Skip to content

Commit d3c088a

Browse files
authored
Merge pull request #5950 from opsmill/pog-fix-documentation-style-selection
Fix file selection for documentation style CI job
2 parents 1b4c36a + d8e1a7e commit d3c088a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ jobs:
643643
always() && !cancelled() &&
644644
!contains(needs.*.result, 'failure') &&
645645
!contains(needs.*.result, 'cancelled') &&
646-
needs.files-changed.outputs.release == 'true'
646+
(needs.files-changed.outputs.release == 'true') || (needs.files-changed.outputs.documentation == 'true')
647647
needs: ["files-changed", "yaml-lint", "python-lint", "infrahub-testcontainers-check"]
648648
runs-on: "ubuntu-22.04"
649649
timeout-minutes: 5

docs/_templates/infrahub-events.j2

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

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)