Skip to content

Commit

Permalink
Merge pull request #1365 from Azure/helm-lint-workflow-dispatch-poc
Browse files Browse the repository at this point in the history
Github Actions helm-lint workflow update
  • Loading branch information
tony-schndr authored Feb 19, 2025
2 parents e4c47ab + 8c9c0ca commit 2a122eb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/helm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
# More info at https://github.com/helm/chart-testing-action
name: Lint Helm Charts

on: pull_request
on:
create:
push:
pull_request:
branches:
- main
workflow_dispatch:
inputs:
debug:
required: false
default: "false"

jobs:
lint-test:
Expand Down Expand Up @@ -53,3 +63,4 @@ jobs:
--all \
--validate-maintainers=false \
--target-branch ${{ github.event.repository.default_branch }}
--debug=${{ inputs.debug }}

0 comments on commit 2a122eb

Please sign in to comment.