diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index a41d2e7..7c61c83 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -3,7 +3,7 @@ name: Helm Chart CI on: workflow_dispatch: pull_request: - types: [synchronize, opened, reopened, edited] + types: [synchronize, opened, reopened] paths: - 'charts/**' - '.github/workflows/helm-chart-ci.yaml' @@ -61,7 +61,7 @@ jobs: if [ $res -eq 0 ]; then { echo "## Hardcoded images" - echo + echo echo ":x: These templates were found to be using statically defined images and not overridable ones. Please fix." echo cat /tmp/findings