Skip to content

Commit cbdcade

Browse files
committed
Allow workflow_dispatch to run the syncer
1 parent 1d63275 commit cbdcade

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sync-helm-charts.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99

1010
jobs:
1111
verify-helm-changes:
12-
if: github.event.pull_request.merged == true && !startsWith(github.event.pull_request.title, 'dependabot')
12+
if: github.event.pull_request.merged == true && !startsWith(github.event.pull_request.title, 'dependabot') ||
13+
github.event_name == 'workflow_dispatch'
1314
name: Verify if AKO helm charts need updates
1415
runs-on: ubuntu-latest
1516
environment: release

0 commit comments

Comments
 (0)