Skip to content

Commit cb3870a

Browse files
authored
Merge pull request #6621 from opsmill/pog-add-missing-trigger-setup-kinds
Add missing kinds for Trigger rule setup in Prefect
2 parents 05e2c32 + 25994a2 commit cb3870a

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
@@ -122,7 +122,10 @@ class ValueMatch(DropdownEnum):
122122

123123

124124
NODES_THAT_TRIGGER_ACTION_RULES_SETUP = [
125+
InfrahubKind.GENERATORACTION,
125126
InfrahubKind.GROUPACTION,
126127
InfrahubKind.GROUPTRIGGERRULE,
127128
InfrahubKind.NODETRIGGERRULE,
129+
InfrahubKind.NODETRIGGERATTRIBUTEMATCH,
130+
InfrahubKind.NODETRIGGERRELATIONSHIPMATCH,
128131
]

0 commit comments

Comments
 (0)