Skip to content

Commit 7471a20

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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') || github.event_name == 'workflow_dispatch'
1313
name: Verify if AKO helm charts need updates
1414
runs-on: ubuntu-latest
1515
environment: release

0 commit comments

Comments
 (0)