Skip to content

Commit 385c50a

Browse files
authored
depricate on section templating
1 parent 0ab8df7 commit 385c50a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gflows/workflows/helm-chart/helm-chart.template.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
#@ load("common.lib.yml", "common")
33

44
name: Release Helm Chart
5-
"on": #@ common.workflow_triggers_dispatch(getattr(getattr(data.values,"helm_chart"),"repository_dispatch"))
5+
"on":
6+
repository_dispatch:
7+
types:
8+
- helm_release
69
workflow_dispatch:
710
inputs:
811
version:

0 commit comments

Comments
 (0)