File tree Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ on: # yamllint disable-line rule:truthy
66 - main
77 tags :
88 - v*
9+ workflow_run :
10+ workflows : ["Release"]
11+ types : [completed]
12+ branches : [main]
913 pull_request :
1014env :
1115 IMAGE_NAME : netbox-operator
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ on: # yamllint disable-line rule:truthy
99 - main
1010 tags :
1111 - v*
12+ workflow_run :
13+ workflows : ["Release"]
14+ types : [completed]
15+ branches : [main]
1216 pull_request :
1317env :
1418 NETBOX_HOST : demo.netbox.dev
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ on: # yamllint disable-line rule:truthy
66 - main
77 tags :
88 - v*
9+ workflow_run :
10+ workflows : ["Release"]
11+ types : [completed]
12+ branches : [main]
913 pull_request :
1014permissions : read-all
1115jobs :
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ on: # yamllint disable-line rule:truthy
66 - main
77 tags :
88 - v*
9+ workflow_run :
10+ workflows : ["Release"]
11+ types : [completed]
12+ branches : [main]
913 pull_request :
1014permissions :
1115 contents : read
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ on: # yamllint disable-line rule:truthy
66 - main
77 tags :
88 - v*
9+ workflow_run :
10+ workflows : ["Release"]
11+ types : [completed]
12+ branches : [main]
913 pull_request :
1014permissions : read-all
1115jobs :
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ on: # yamllint disable-line rule:truthy
66 - main
77 tags :
88 - v*
9+ workflow_run :
10+ workflows : ["Release"]
11+ types : [completed]
12+ branches : [main]
913 pull_request :
1014permissions :
1115 contents : read
You can’t perform that action at this time.
0 commit comments