Skip to content

Commit fc4efc3

Browse files
Fixed helm-update job (#2111)
1 parent ba71979 commit fc4efc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-helm.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ name: Helm update
33
on:
44
workflow_call:
55
workflow_dispatch:
6+
pull_request:
7+
types:
8+
- closed
69

710
jobs:
811
verify-helm-changes:
12+
if: github.event.pull_request.merged == true
913
name: Verify if AKO helm charts needs updates
1014
runs-on: ubuntu-latest
1115
environment: release

0 commit comments

Comments
 (0)