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 cbdcadeCopy full SHA for cbdcade
.github/workflows/sync-helm-charts.yaml
@@ -9,7 +9,8 @@ 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') ||
13
+ github.event_name == 'workflow_dispatch'
14
name: Verify if AKO helm charts need updates
15
runs-on: ubuntu-latest
16
environment: release
0 commit comments