We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d63275 commit 7471a20Copy full SHA for 7471a20
.github/workflows/sync-helm-charts.yaml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
verify-helm-changes:
12
- if: github.event.pull_request.merged == true && !startsWith(github.event.pull_request.title, 'dependabot')
+ if: github.event.pull_request.merged == true && !startsWith(github.event.pull_request.title, 'dependabot') || github.event_name == 'workflow_dispatch'
13
name: Verify if AKO helm charts need updates
14
runs-on: ubuntu-latest
15
environment: release
0 commit comments