Skip to content

Commit da94369

Browse files
committed
CLOUDP-366563: Fix sync helm chart workflow (again)
1 parent 45523cd commit da94369

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)