Skip to content

Commit 25994a2

Browse files
committed
Add missing kinds for Trigger rule setup in Prefect
1 parent 13bb9f4 commit 25994a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/infrahub/actions/constants.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,10 @@ def from_value(cls, value: str) -> ValueMatch:
167167

168168

169169
NODES_THAT_TRIGGER_ACTION_RULES_SETUP = [
170+
InfrahubKind.GENERATORACTION,
170171
InfrahubKind.GROUPACTION,
171172
InfrahubKind.GROUPTRIGGERRULE,
172173
InfrahubKind.NODETRIGGERRULE,
174+
InfrahubKind.NODETRIGGERATTRIBUTEMATCH,
175+
InfrahubKind.NODETRIGGERRELATIONSHIPMATCH,
173176
]

0 commit comments

Comments
 (0)